From cf6c5fc3fda539f1d466b57048827c6158190b22 Mon Sep 17 00:00:00 2001 From: Steve Willoughby Date: Fri, 16 Jul 2021 10:39:01 -0700 Subject: [PATCH] correct typo in testcases --- v3/integrations/nrgrpc/nrgrpc_server_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v3/integrations/nrgrpc/nrgrpc_server_test.go b/v3/integrations/nrgrpc/nrgrpc_server_test.go index d77004c0d..f50b16a5e 100644 --- a/v3/integrations/nrgrpc/nrgrpc_server_test.go +++ b/v3/integrations/nrgrpc/nrgrpc_server_test.go @@ -196,7 +196,7 @@ func TestUnaryServerInterceptorError(t *testing.T) { }}) app.ExpectErrorEvents(t, []internal.WantEvent{{ Intrinsics: map[string]interface{}{ - "error.class": "gRPC Error: DataLoss", + "error.class": "gRPC Status: DataLoss", "error.message": "oooooops!", "guid": internal.MatchAnything, "priority": internal.MatchAnything, @@ -606,7 +606,7 @@ func TestStreamServerInterceptorError(t *testing.T) { }}) app.ExpectErrorEvents(t, []internal.WantEvent{{ Intrinsics: map[string]interface{}{ - "error.class": "gRPC Error: DataLoss", + "error.class": "gRPC Status: DataLoss", "error.message": "oooooops!", "guid": internal.MatchAnything, "priority": internal.MatchAnything,