sharness: switch p2p dnsaddr that was supposed to have only a single address in it to use a specific example
Adin Schmahmann committed
Aug 24, 2020 at 19:11 UTC
aedd6f0431f5add6cb26a595953c68e31b17082a
1 file changed
+1
-1
test/sharness/t0180-p2p.sh
+1
-1
@@ -84,7 +84,7 @@ test_expect_success 'S->C Setup(dnsaddr/addr/p2p/peerID) client side' '
84
'
85
86
test_expect_success 'S->C Setup(dnsaddr/addr) client side' '
87
- ipfsi 1 p2p forward /x/p2p-test /ip4/127.0.0.1/tcp/10104 /dnsaddr/cluster.ipfs.io 2>&1 > dialer-stdouterr.log
87
+ ipfsi 1 p2p forward /x/p2p-test /ip4/127.0.0.1/tcp/10104 /dnsaddr/example-dnsaddr.multiformats.io 2>&1 > dialer-stdouterr.log
88
'
89
90