Skip to content

Commit

Permalink
Update tests/test_scope.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
  • Loading branch information
antonpirker and sentrivana committed Feb 19, 2024
1 parent 7d9c51d commit 8be874b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scope.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def test_with_isolation_scope_data(clean_scopes):
"""
When doing `with isolation_scope()` the isolation *and* the current scope are forked,
to prevent that by setting tags on the current scope in the context manager, data
bleads to the outer current scope.
bleeds to the outer current scope.
"""
isolation_scope_before = Scope.get_isolation_scope()
current_scope_before = Scope.get_current_scope()
Expand Down

0 comments on commit 8be874b

Please sign in to comment.