Skip to content

Commit 2afd472

Browse files
committed
.
1 parent cdfcd78 commit 2afd472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ def test_enable_integration(sentry_init):
993993

994994
# Using gnu backtrace here because to test this properly it should be a
995995
# non-auto-enabling integration that's also unlikely to become auto-enabling
996-
# in the future
996+
# in the future. AsyncioIntegration would be nicer but it doesn't work in 3.6
997997
from sentry_sdk.integrations.gnu_backtrace import GnuBacktraceIntegration
998998

999999
sentry_sdk.enable_integration(GnuBacktraceIntegration())

0 commit comments

Comments
 (0)