Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Nov 22, 2024
1 parent baa5498 commit 7090227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/wsgi/test_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def test_long_running_transaction_timer_canceled(sentry_init, capture_events):
new_max_duration,
):
with mock.patch(
"sentry_sdk.integrations.wsgi.finish_long_running_transaction"
"sentry_sdk.integrations.wsgi._finish_long_running_transaction"
) as mock_finish:

def generate_content():
Expand Down

0 comments on commit 7090227

Please sign in to comment.