From cc3685a88f58509a0a7306572be620eb72700f6e Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Tue, 6 Jun 2023 14:23:43 +0200 Subject: [PATCH] doc: clarify todos --- tests/t0115_gateway_dir_listing_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/t0115_gateway_dir_listing_test.go b/tests/t0115_gateway_dir_listing_test.go index 9b6838cef..4e20f36ba 100644 --- a/tests/t0115_gateway_dir_listing_test.go +++ b/tests/t0115_gateway_dir_listing_test.go @@ -213,7 +213,7 @@ func TestDirListingOnSubdomainGateway(t *testing.T) { ), Contains( `/ipfs/{{cid}}/ą/ę`, - u.Host, // TODO: That looks wrong, we link without considering the subdomain + u.Host, // We don't have a subdomain here which prevents issues with normalization and cidv0 root.Cid(), ), Contains( @@ -221,7 +221,7 @@ func TestDirListingOnSubdomainGateway(t *testing.T) { ), Contains( ``, - u.Host, // TODO: That looks wrong, we link without considering the subdomain? + u.Host, // We don't have a subdomain here which prevents issues with normalization and cidv0 file.Cid(), ), )),