fix: t0116-gateway-cache.sh
Piotr Galar committed
Mar 6, 2023 at 12:30 UTC
7aed2163d3e2deb4a23c462df3a1d561fcd9595a
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