We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfb3ab commit 581645fCopy full SHA for 581645f
tests/integrations/logging/test_logging.py
@@ -589,4 +589,4 @@ def test_sentry_logs_no_parameters_no_template(sentry_init, capture_envelopes):
589
assert len(logs) == 1
590
591
attrs = logs[0]["attributes"]
592
- assert "sentry.message.message.template" not in attrs
+ assert "sentry.message.template" not in attrs
0 commit comments