Skip to content

Commit

Permalink
debug test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jan 15, 2025
1 parent a0033e0 commit 3fbc3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/transport/websocket/websocket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ func TestHTTPSProxyDoesSocks(t *testing.T) {
// This can be any wss address. We aren't actually going to dial it.
maToDial := ma.StringCast("/ip4/1.2.3.4/tcp/1/tls/sni/example.com/ws")
_, err = tpt.Dial(context.Background(), maToDial, "")
t.Log(err)
require.Error(t, err, "This should error as we don't have a real socks server")

select {
Expand Down

0 comments on commit 3fbc3c6

Please sign in to comment.