Skip to content

Commit

Permalink
correct typo in testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-swilloughby committed Jul 16, 2021
1 parent d628ce8 commit cf6c5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v3/integrations/nrgrpc/nrgrpc_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit cf6c5fc

Please sign in to comment.