Skip to content

Commit

Permalink
fix failing tests (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
ribice committed Apr 12, 2024
1 parent df20ce6 commit 1492d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fasthttp/sentryfasthttp_test.go
Expand Up @@ -262,7 +262,7 @@ func TestIntegration(t *testing.T) {
},
},
TransactionInfo: &sentry.TransactionInfo{Source: "route"},
Extra: map[string]any{"http.request.method": http.MethodPost},
Extra: map[string]any{"http.request.method": http.MethodPost, "http.response.status_code": http.StatusOK},
},
},
}
Expand Down

0 comments on commit 1492d37

Please sign in to comment.