We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad8ad5 commit ffffd4bCopy full SHA for ffffd4b
tests/integrations/test_gnu_backtrace.py
@@ -60,7 +60,9 @@
60
"""
61
62
63
-@pytest.mark.parametrize("input", LINES.strip().splitlines() + LINES_NO_PATH.strip().splitlines())
+@pytest.mark.parametrize(
64
+ "input", LINES.strip().splitlines() + LINES_NO_PATH.strip().splitlines()
65
+)
66
def test_basic(sentry_init, capture_events, input):
67
sentry_init(integrations=[GnuBacktraceIntegration()])
68
events = capture_events()
0 commit comments