You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/graphql/subscription.feature
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ Feature: GraphQL subscription support
184
184
And the JSON node "data.updateDummyMercureSubscribe.dummyMercure.id" should be equal to "/dummy_mercures/2"
185
185
And the JSON node "data.updateDummyMercureSubscribe.mercureUrl" should match "@^https://demo.mercure.rocks/hub\?topic=http://example.com/subscriptions/[a-f0-9]+$@"
186
186
187
-
Scenario: Receive Mercure updates with different payloads from subscriptions
187
+
Scenario: Receive Mercure updates with different payloads from subscriptions (legacy PUT in non-standard mode)
188
188
When I add "Accept" header equal to "application/ld+json"
189
189
And I add "Content-Type" header equal to "application/ld+json"
190
190
And I send a "PUT" request to "/dummy_mercures/1" with body:
0 commit comments