We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e699e6 commit b8bae4fCopy full SHA for b8bae4f
restfiles/smoke-test.restfile
@@ -16,16 +16,22 @@ requests:
16
17
home:
18
url: ${base_url}/
19
+ headers:
20
+ X-SPI-Smoke-Test: ${SMOKE_TEST_TOKEN}
21
validation:
22
status: 200
23
24
privacy:
25
url: ${base_url}/privacy
26
27
28
29
30
31
package-collection:
32
url: ${base_url}/apple/collection.json
33
34
35
36
37
@@ -35,6 +41,7 @@ requests:
41
query: alamo
42
headers:
43
Authorization: Bearer ${api_token}
44
38
45
39
46
40
47
json:
0 commit comments