We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d72f0 commit 1eb0a57Copy full SHA for 1eb0a57
tests/integrations/flask/test_flask.py
@@ -989,7 +989,7 @@ def test_transaction_http_method_default(
989
events = capture_events()
990
991
client = app.test_client()
992
-
+
993
response = client.get("/nomessage")
994
assert response.status_code == 200
995
# Close the response to ensure the WSGI cycle is complete and the transaction is finished
@@ -1033,7 +1033,7 @@ def test_transaction_http_method_custom(
1033
1034
1035
1036
1037
1038
1039
0 commit comments