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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ Feature: GraphQL subscription support
164
164
And the header "Content-Type" should be equal to "application/json"
165
165
And the JSON node "data.updateDummyMercureSubscribe.dummyMercure.id" should be equal to "/dummy_mercures/1"
166
166
And the JSON node "data.updateDummyMercureSubscribe.dummyMercure.name" should be equal to "Dummy Mercure #1"
167
-
And the JSON node "data.updateDummyMercureSubscribe.mercureUrl" should match "@^https://demo.mercure.rocks/hub\?topic=http://example.com/subscriptions/[a-f0-9]+$@"
167
+
And the JSON node "data.updateDummyMercureSubscribe.mercureUrl" should match "@^https://demo.mercure.rocks\?topic=http://example.com/subscriptions/[a-f0-9]+$@"
168
168
And the JSON node "data.updateDummyMercureSubscribe.clientSubscriptionId" should be equal to "myId"
169
169
170
170
When I send the following GraphQL request:
@@ -182,7 +182,7 @@ Feature: GraphQL subscription support
182
182
And the response should be in JSON
183
183
And the header "Content-Type" should be equal to "application/json"
184
184
And the JSON node "data.updateDummyMercureSubscribe.dummyMercure.id" should be equal to "/dummy_mercures/2"
185
-
And the JSON node "data.updateDummyMercureSubscribe.mercureUrl" should match "@^https://demo.mercure.rocks/hub\?topic=http://example.com/subscriptions/[a-f0-9]+$@"
185
+
And the JSON node "data.updateDummyMercureSubscribe.mercureUrl" should match "@^https://demo.mercure.rocks\?topic=http://example.com/subscriptions/[a-f0-9]+$@"
186
186
187
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"
0 commit comments