Skip to content

Commit

Permalink
fail on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed May 9, 2023
1 parent 1be71ab commit 3933b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/t0109_gateway_web_redirects_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ func TestRedirectsFileSupportWithDNSLink(t *testing.T) {
{
Name: "request for $DNSLINK_FQDN/redirect-one redirects with default of 301, per _redirects file",
Request: Request().
URL("%s/redirect-one", dnsLinkBaseUrl),
URL("%s/redirect-one-million", dnsLinkBaseUrl),
Response: Expect().
Status(301).
Headers(
Expand Down

0 comments on commit 3933b9e

Please sign in to comment.