File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Feature: Release fallback functionality
2727 """
2828 Then the response from the Proxied Service should be returned unmodified by the Proxy
2929
30- Scenario : Get release from Wagtail
30+ Scenario Outline : Get release from Wagtail
3131 Given the Wagtail Service will send the following response with status "200" :
3232 """
3333 Mock response
@@ -48,7 +48,7 @@ Feature: Release fallback functionality
4848 | PATCH |
4949 | DELETE |
5050
51- Scenario : Get release from proxy via Wagtail
51+ Scenario Outline : Get release from proxy via Wagtail
5252 Given the Wagtail Service will send the following response with status "404" :
5353 """
5454 Mock Wagtail response
@@ -71,7 +71,7 @@ Feature: Release fallback functionality
7171 | PATCH |
7272 | DELETE |
7373
74- Scenario : Get release from Wagtail - non 404 codes
74+ Scenario Outline : Get release from Wagtail - non 404 codes
7575 Given the Wagtail Service will send the following response with status "<status_code>" :
7676 """
7777 Mock Wagtail response
You can’t perform that action at this time.
0 commit comments