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 8b8081b commit b63f23aCopy full SHA for b63f23a
tests/docs-redirects/specs/top-level-directories.hurl
@@ -10,6 +10,11 @@ HTTP 301
10
[Asserts]
11
header "Location" == "https://localhost/3/c-api"
12
13
+GET {{host}}/deprecations
14
+HTTP 301
15
+[Asserts]
16
+header "Location" == "https://localhost/3/deprecations"
17
+
18
GET {{host}}/distutils
19
HTTP 301
20
@@ -85,6 +90,11 @@ HTTP 301
85
90
86
91
header "Location" == "https://localhost/3/c-api/spam"
87
92
93
+GET {{host}}/deprecations/spam
94
95
96
+header "Location" == "https://localhost/3/deprecations/spam"
97
88
98
GET {{host}}/distutils/spam
89
99
100
0 commit comments