Skip to content

Commit bad1974

Browse files
committed
the last assert
1 parent 5891202 commit bad1974

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_sentry_logs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,5 @@ def test_logs_message_python_logging(sentry_init, capture_envelopes):
187187
# This is when users just replace the existing call to Python logging method, with the new Sentry logging method.
188188
# This is a very confusing error message to explain what is wrong here.
189189
assert str(ex) == "capture_log() takes 3 positional arguments but 4 were given"
190+
191+
assert len(envelopes) == 0

0 commit comments

Comments
 (0)