Skip to content

Commit d6c1f09

Browse files
committed
Update gw tests to use a less common port
1 parent d8d3350 commit d6c1f09

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bchrpc/proxy/gw_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ func TestMain(m *testing.M) {
4444
ctx, cancel := context.WithCancel(context.Background())
4545
defer cancel()
4646

47+
testProxyAddr := ":8282"
48+
proxyAddr = &testProxyAddr
49+
4750
proxy := &GrpcProxy{
4851
ctx: ctx,
4952
server: nil,

0 commit comments

Comments
 (0)