We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0da4a8 commit 47ed79fCopy full SHA for 47ed79f
pkg/backend/proxy_test.go
@@ -85,7 +85,7 @@ func TestProxyBackendRun(t *testing.T) {
85
86
checkCh := make(chan struct{})
87
go func() {
88
- <-ctx.Done()
+ pb.Wait()
89
close(checkCh)
90
}()
91
pkg/backend/transparent_test.go
@@ -114,7 +114,7 @@ func TestTransparentBackendRun(t *testing.T) {
114
115
116
117
+ be.Wait()
118
119
120
0 commit comments