Skip to content

Commit

Permalink
Merge pull request #9696 from ipfs/galargh-patch-2
Browse files Browse the repository at this point in the history
fix: t0116-gateway-cache.sh
  • Loading branch information
galargh authored Mar 8, 2023
2 parents c1dcff9 + 7aed216 commit eb8a72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0116-gateway-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ test_expect_success "Prepare IPNS unixfs content path for testing" '
grep -E "< Etag: \"DirIndex-.+_CID-${ROOT3_CID}\"" curl_ipfs_dir_listing_output
'
test_expect_success "GET /ipns/ dir response has special Etag for generated dir listing" '
test_should_contain "< Etag: \"DirIndex" curl_ipfs_dir_listing_output &&
test_should_contain "< Etag: \"DirIndex" curl_ipns_dir_listing_output &&
grep -E "< Etag: \"DirIndex-.+_CID-${ROOT3_CID}\"" curl_ipns_dir_listing_output
'

Expand Down

0 comments on commit eb8a72d

Please sign in to comment.