diff --git a/internal/proxy/proxy_test.go b/internal/proxy/proxy_test.go index 4affbe15c22009098c0dc8887d78092e41756197..caab5e67f09223d17cb9a97bf5e4bec612bc9052 100644 --- a/internal/proxy/proxy_test.go +++ b/internal/proxy/proxy_test.go @@ -1079,7 +1079,7 @@ func TestProxy(t *testing.T) { } // waiting for collection to be loaded - for f() { + for !f() { } })