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/openapi/docs.feature
+2-2
Original file line number
Diff line number
Diff line change
@@ -117,8 +117,8 @@ Feature: Documentation support
117
117
And the JSON node "paths./dummy_cars.get.parameters[8].description" should be equal to "Allows you to reduce the response to contain only the properties you need. If your desired property is nested, you can address it using nested arrays. Example: foobar[]={propertyName}&foobar[]={anotherPropertyName}&foobar[{nestedPropertyParent}][]={nestedProperty}"
118
118
119
119
# Webhook
120
-
And the JSON node "webhooks.webhook[0].get.description" should be equal to "Something else here for example"
121
-
And the JSON node "webhooks.webhook[1].post.description" should be equal to "Hi! it's me, I'm the problem, it's me"
120
+
And the JSON node "webhooks.a.get.description" should be equal to "Something else here for example"
121
+
And the JSON node "webhooks.b.post.description" should be equal to "Hi! it's me, I'm the problem, it's me"
122
122
123
123
# Subcollection - check filter on subResource
124
124
And the JSON node "paths./related_dummies/{id}/related_to_dummy_friends.get.parameters[0].name" should be equal to "id"
0 commit comments