@cryptotaxi247 / kubo / commits / 47cbc3e3c

fix: replace quic to quic-v1 for webtransport sharness

Jorropo committed Dec 9, 2022 at 18:34 UTC 47cbc3e3ceea18d301337ab1a456ca568a8fc96f
1 file changed +2 -2
test/sharness/t0191-webtransport-ping.sh
+2 -2
@@ -11,8 +11,8 @@ test_expect_success 'init iptb' '
11 iptb testbed create -type localipfs -count 2 -init
12 '
13
14 -addr1='"[\"/ip4/127.0.0.1/udp/0/quic/webtransport\"]"'
15 -addr2='"[\"/ip4/127.0.0.1/udp/0/quic/webtransport\"]"'
14 +addr1='"[\"/ip4/127.0.0.1/udp/0/quic-v1/webtransport\"]"'
15 +addr2='"[\"/ip4/127.0.0.1/udp/0/quic-v1/webtransport\"]"'
16 test_expect_success "add WebTransport swarm addresses" '
17 ipfsi 0 config --json Addresses.Swarm '$addr1' &&
18 ipfsi 0 config --json Swarm.Transports.Network.WebTransport true &&