@cryptotaxi247 / kubo / commits / 8fe7d779c

Merge pull request #9696 from ipfs/galargh-patch-2

fix: t0116-gateway-cache.sh

Piotr Galar committed Mar 8, 2023 at 10:19 UTC 8fe7d779c1b977bebc20e549a8c5227f436673d6
1 file changed +1 -1
test/sharness/t0116-gateway-cache.sh
+1 -1
@@ -204,7 +204,7 @@ test_expect_success "Prepare IPNS unixfs content path for testing" '
204 grep -E "< Etag: \"DirIndex-.+_CID-${ROOT3_CID}\"" curl_ipfs_dir_listing_output
205 '
206 test_expect_success "GET /ipns/ dir response has special Etag for generated dir listing" '
207 - test_should_contain "< Etag: \"DirIndex" curl_ipfs_dir_listing_output &&
207 + test_should_contain "< Etag: \"DirIndex" curl_ipns_dir_listing_output &&
208 grep -E "< Etag: \"DirIndex-.+_CID-${ROOT3_CID}\"" curl_ipns_dir_listing_output
209 '
210