Skip to content

Commit 581645f

Browse files
committed
fix field name
1 parent 9bfb3ab commit 581645f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/logging/test_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,4 +589,4 @@ def test_sentry_logs_no_parameters_no_template(sentry_init, capture_envelopes):
589589
assert len(logs) == 1
590590

591591
attrs = logs[0]["attributes"]
592-
assert "sentry.message.message.template" not in attrs
592+
assert "sentry.message.template" not in attrs

0 commit comments

Comments
 (0)