diff --git a/Neos.Neos/Tests/Behavior/Features/FrontendRouting/UnknownNodeTypes.feature b/Neos.Neos/Tests/Behavior/Features/FrontendRouting/UnknownNodeTypes.feature index 562e602aed5..2d2d5495265 100644 --- a/Neos.Neos/Tests/Behavior/Features/FrontendRouting/UnknownNodeTypes.feature +++ b/Neos.Neos/Tests/Behavior/Features/FrontendRouting/UnknownNodeTypes.feature @@ -41,6 +41,7 @@ Feature: Basic routing functionality (match & resolve nodes with unknown types) | nodeAggregateClassification | "regular" | And the event NodeAggregateWithNodeWasCreated was published with payload: | Key | Value | + | workspaceName | "live" | | contentStreamId | "cs-identifier" | | nodeAggregateId | "sir-david-nodenborough" | | nodeTypeName | "Neos.Neos:Test.Routing.Page" |