diff --git a/internal/jsonrpc2/jsonrpc2_test.go b/internal/jsonrpc2/jsonrpc2_test.go index 192a5e805d..4fcca3154f 100644 --- a/internal/jsonrpc2/jsonrpc2_test.go +++ b/internal/jsonrpc2/jsonrpc2_test.go @@ -115,7 +115,7 @@ func run(ctx context.Context, t *testing.T, withHeaders bool, r io.ReadCloser, w w.Close() }() if err := conn.Run(ctx); err != nil { - t.Fatalf("Stream failed: %v", err) + t.Errorf("Stream failed: %v", err) } }() return conn