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.
2 parents eb19f7b + 875d62b commit ef054ffCopy full SHA for ef054ff
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