We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d3350 commit d6c1f09Copy full SHA for d6c1f09
1 file changed
bchrpc/proxy/gw_test.go
@@ -44,6 +44,9 @@ func TestMain(m *testing.M) {
44
ctx, cancel := context.WithCancel(context.Background())
45
defer cancel()
46
47
+ testProxyAddr := ":8282"
48
+ proxyAddr = &testProxyAddr
49
+
50
proxy := &GrpcProxy{
51
ctx: ctx,
52
server: nil,
0 commit comments