From aedd6f0431f5add6cb26a595953c68e31b17082a Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Mon, 24 Aug 2020 19:11:01 -0400 Subject: [PATCH] sharness: switch p2p dnsaddr that was supposed to have only a single address in it to use a specific example --- test/sharness/t0180-p2p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sharness/t0180-p2p.sh b/test/sharness/t0180-p2p.sh index 236f2ac9f..4564fba90 100755 --- a/test/sharness/t0180-p2p.sh +++ b/test/sharness/t0180-p2p.sh @@ -84,7 +84,7 @@ test_expect_success 'S->C Setup(dnsaddr/addr/p2p/peerID) client side' ' ' test_expect_success 'S->C Setup(dnsaddr/addr) client side' ' - ipfsi 1 p2p forward /x/p2p-test /ip4/127.0.0.1/tcp/10104 /dnsaddr/cluster.ipfs.io 2>&1 > dialer-stdouterr.log + ipfsi 1 p2p forward /x/p2p-test /ip4/127.0.0.1/tcp/10104 /dnsaddr/example-dnsaddr.multiformats.io 2>&1 > dialer-stdouterr.log '