Skip to content

Commit b8bae4f

Browse files
committed
Preparation for automated traffic management.
1 parent 4e699e6 commit b8bae4f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

restfiles/smoke-test.restfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,22 @@ requests:
1616

1717
home:
1818
url: ${base_url}/
19+
headers:
20+
X-SPI-Smoke-Test: ${SMOKE_TEST_TOKEN}
1921
validation:
2022
status: 200
2123

2224
privacy:
2325
url: ${base_url}/privacy
26+
headers:
27+
X-SPI-Smoke-Test: ${SMOKE_TEST_TOKEN}
2428
validation:
2529
status: 200
2630

2731
package-collection:
2832
url: ${base_url}/apple/collection.json
33+
headers:
34+
X-SPI-Smoke-Test: ${SMOKE_TEST_TOKEN}
2935
validation:
3036
status: 200
3137

@@ -35,6 +41,7 @@ requests:
3541
query: alamo
3642
headers:
3743
Authorization: Bearer ${api_token}
44+
X-SPI-Smoke-Test: ${SMOKE_TEST_TOKEN}
3845
validation:
3946
status: 200
4047
json:

0 commit comments

Comments
 (0)