Skip to content

Commit

Permalink
added err variable to error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Jul 24, 2023
1 parent 696b24c commit 65c8cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/integrations/nrgrpc/nrgrpc_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,6 @@ func TestClientSecurityAgentEnabled(t *testing.T) {
nrsecurityagent.ConfigSecurityEnable(true),
)
if err != nil {
t.Fatal("Could not setup the nrsecurityagent")
t.Fatal("Could not setup the nrsecurityagent", err)
}
}

0 comments on commit 65c8cbb

Please sign in to comment.