Skip to content

Commit 1eb0a57

Browse files
committed
whitespace
1 parent 22d72f0 commit 1eb0a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integrations/flask/test_flask.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ def test_transaction_http_method_default(
989989
events = capture_events()
990990

991991
client = app.test_client()
992-
992+
993993
response = client.get("/nomessage")
994994
assert response.status_code == 200
995995
# 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(
10331033
events = capture_events()
10341034

10351035
client = app.test_client()
1036-
1036+
10371037
response = client.get("/nomessage")
10381038
assert response.status_code == 200
10391039
# Close the response to ensure the WSGI cycle is complete and the transaction is finished

0 commit comments

Comments
 (0)