diff --git a/gateway/integration_test.go b/gateway/integration_test.go index 9e25c8b..54d2325 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