From 7caba3c4cd5018712e367075e5654fa2770fa064 Mon Sep 17 00:00:00 2001 From: Bastian Waidelich Date: Sat, 18 May 2024 16:09:27 +0200 Subject: [PATCH] one more "workspaceName"... --- .../Behavior/Features/FrontendRouting/UnknownNodeTypes.feature | 1 + 1 file changed, 1 insertion(+) 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" |