Skip to content

Commit fc0d784

Browse files
Update tests/agent_features/test_log_events.py
Co-authored-by: Hannah Stepanek <[email protected]>
1 parent 10043ec commit fc0d784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/agent_features/test_log_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def test_label_forwarding_enabled_exclude():
441441
session = list(txn.application._agent._applications.values())[0]._active_session
442442

443443
common = session.get_log_events_common_block()
444-
# Excluded label should not appear, and other labels should be prefixed with 'tag.'
444+
# Excluded label should not appear, and other labels should be prefixed with 'tags.'
445445
assert common == {"tags.testlabel1": "A", "tags.testlabel2": "B"}
446446

447447

0 commit comments

Comments
 (0)