Skip to content

Commit

Permalink
gofmt -s changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RichVanderwal committed May 7, 2021
1 parent 57a68ab commit aaad0e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v3/integrations/nrawssdk-v2/nrawssdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func TestRetrySend(t *testing.T) {
app.ExpectMetrics(t, externalMetrics)

app.ExpectSpanEvents(t, []internal.WantEvent{
internal.WantEvent{
{
Intrinsics: map[string]interface{}{
"name": "External/lambda.us-west-2.amazonaws.com/http/POST",
"sampled": true,
Expand All @@ -315,7 +315,7 @@ func TestRetrySend(t *testing.T) {
"http.url": "https://lambda.us-west-2.amazonaws.com/2015-03-31/functions/non-existent-function/invocations",
"http.statusCode": "0",
},
}, internal.WantEvent{
}, {
Intrinsics: map[string]interface{}{
"name": "External/lambda.us-west-2.amazonaws.com/http/POST",
"sampled": true,
Expand All @@ -337,7 +337,7 @@ func TestRetrySend(t *testing.T) {
"http.url": "https://lambda.us-west-2.amazonaws.com/2015-03-31/functions/non-existent-function/invocations",
"http.statusCode": "200",
},
}, internal.WantEvent{
}, {
Intrinsics: map[string]interface{}{
"name": "OtherTransaction/Go/" + txnName,
"transaction.name": "OtherTransaction/Go/" + txnName,
Expand Down

0 comments on commit aaad0e2

Please sign in to comment.