From 727dc79aedad851f5e3083014435c0e896112ee5 Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Fri, 10 Mar 2023 09:34:23 +0100 Subject: [PATCH] test: fixture check at the beginning of the test --- test/sharness/t0114-gateway-subdomains.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/sharness/t0114-gateway-subdomains.sh b/test/sharness/t0114-gateway-subdomains.sh index 7801697ff171..9c5d3ac0013b 100755 --- a/test/sharness/t0114-gateway-subdomains.sh +++ b/test/sharness/t0114-gateway-subdomains.sh @@ -118,6 +118,12 @@ test_expect_success "Add the test fixtures" ' ipfs routing put /ipns/${ED25519_KEY} ../t0114-gateway-subdomains/${ED25519_KEY}.ipns-record ' +test_expect_success "Getting back the fixtures" ' + ipfs get ${CIDv1} && + ipfs routing get /ipns/${RSA_KEY} && + ipfs routing get /ipns/${ED25519_KEY} +' + # ensure we start with empty Gateway.PublicGateways test_expect_success 'start daemon with empty config for Gateway.PublicGateways' ' test_kill_ipfs_daemon &&