diff --git a/test/direct_proxy_integration_test.go b/test/direct_proxy_integration_test.go index 22f44b416..ef2f50132 100644 --- a/test/direct_proxy_integration_test.go +++ b/test/direct_proxy_integration_test.go @@ -431,7 +431,7 @@ var _ = Describe("Integration test", func() { Expect(err).ToNot(HaveOccurred()) _, err = ipldClient.ChainID(ctx) - Expect(err).To(HaveOccurred()) + Expect(err).ToNot(HaveOccurred()) }) }) })