Skip to content

Commit

Permalink
sharness tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
petar committed Aug 12, 2020
1 parent 2b35ffa commit 9068777
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sharness/t0184-http-proxy-over-p2p.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ test_expect_success 'setup p2p listener on the receiver' '
'

test_expect_success 'setup environment' '
RECEIVER_ID="$(iptb attr get 1 id)"
# RECEIVER_ID="$(iptb attr get 1 id)"
RECEIVER_ID="$(ipfsi 1 id -f=\"<id>\" --peerid-base=base36)"
'

test_expect_success 'handle proxy http request sends bad-gateway when remote server not available ' '
Expand Down

0 comments on commit 9068777

Please sign in to comment.