Skip to content

Commit 4bb55f3

Browse files
authored
Handle boxo changes to redirect URL (#225)
1 parent b38facb commit 4bb55f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/path_gateway_unixfs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func TestUnixFSDirectoryListing(t *testing.T) {
3939
Response: Expect().
4040
Status(301).
4141
Headers(
42-
Header("Location", `/ipfs/{{cid}}/%c4%85/%c4%99/`, root.Cid()),
42+
Header("Location", `/ipfs/{{cid}}/%C4%85/%C4%99/`, root.Cid()),
4343
),
4444
},
4545
{

tests/subdomain_gateway_ipfs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func TestUnixFSDirectoryListingOnSubdomainGateway(t *testing.T) {
4444
Response: Expect().
4545
Status(301).
4646
Headers(
47-
Header("Location").Equals(`/%c4%85/%c4%99/`),
47+
Header("Location").Equals(`/%C4%85/%C4%99/`),
4848
),
4949
},
5050
{

0 commit comments

Comments
 (0)