diff --git a/gateway/integration_test.go b/gateway/integration_test.go index 2af97e3..c2051d0 100644 --- a/gateway/integration_test.go +++ b/gateway/integration_test.go @@ -49,7 +49,7 @@ func TestIntegration(t *testing.T) { } wsutil.WSError = func(err error) { - t.Fatal(err) + t.Error(err) } var gateway *Gateway