Skip to content

Commit

Permalink
TASK: Adjust test to 49234ff
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Nov 10, 2024
1 parent 17db2eb commit 5696f36
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Feature: Exceptional cases during migrations
Given using no content dimensions
And using the following node types:
"""yaml
'unstructured': {}
'Neos.Neos:Site': {}
'Some.Package:Homepage':
superTypes:
Expand Down Expand Up @@ -146,5 +147,5 @@ Feature: Exceptional cases during migrations
And I run the event migration
Then I expect a migration exception with the message
"""
The site node "site-node-id" (type: "unstructured") must be of type "Neos.Neos:Site"
The site node "site-node-id" (type: "unstructured") must be of type "Neos.Neos:Site". Currently declared super types: ""
"""

0 comments on commit 5696f36

Please sign in to comment.