Skip to content

Commit 9a49416

Browse files
Add scenario outlines to multi-example features
1 parent 27de641 commit 9a49416

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/release_fallback.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)