Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions tests/docs-redirects/specs/top-level-directories.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ HTTP 301
[Asserts]
header "Location" == "https://localhost/3/c-api"

GET {{host}}/deprecations
HTTP 301
[Asserts]
header "Location" == "https://localhost/3/deprecations"

GET {{host}}/distutils
HTTP 301
[Asserts]
Expand Down Expand Up @@ -85,6 +90,11 @@ HTTP 301
[Asserts]
header "Location" == "https://localhost/3/c-api/spam"

GET {{host}}/deprecations/spam
HTTP 301
[Asserts]
header "Location" == "https://localhost/3/deprecations/spam"

GET {{host}}/distutils/spam
HTTP 301
[Asserts]
Expand Down
Loading