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 5891202 commit bad1974Copy full SHA for bad1974
tests/test_sentry_logs.py
@@ -187,3 +187,5 @@ def test_logs_message_python_logging(sentry_init, capture_envelopes):
187
# This is when users just replace the existing call to Python logging method, with the new Sentry logging method.
188
# This is a very confusing error message to explain what is wrong here.
189
assert str(ex) == "capture_log() takes 3 positional arguments but 4 were given"
190
+
191
+ assert len(envelopes) == 0
0 commit comments