Skip to content

Commit

Permalink
Update tests/agent_features/test_log_events.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hannah Stepanek <[email protected]>
  • Loading branch information
TimPansino and hmstepanek authored Nov 18, 2024
1 parent 10043ec commit fc0d784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/agent_features/test_log_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def test_label_forwarding_enabled_exclude():
session = list(txn.application._agent._applications.values())[0]._active_session

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


Expand Down

0 comments on commit fc0d784

Please sign in to comment.