We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde87ff commit 2e991c7Copy full SHA for 2e991c7
tests/test_sessions.py
@@ -215,6 +215,8 @@ def test_no_thread_on_shutdown_no_errors(sentry_init):
215
sentry_sdk.get_isolation_scope().end_session()
216
sentry_sdk.flush()
217
218
+ # If we reach this point without error, the test is successful.
219
+
220
221
def test_no_thread_on_shutdown_no_errors_deprecated(
222
sentry_init, suppress_deprecation_warnings
@@ -242,3 +244,5 @@ def test_no_thread_on_shutdown_no_errors_deprecated(
242
244
sentry_sdk.get_isolation_scope().start_session(session_mode="request")
243
245
246
247
248
0 commit comments