Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HadhemiDD committed Jun 13, 2023
1 parent 458c9af commit d8e22d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion envoy/tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ def test_collect_metadata_with_disabled_collect_server_info(

c._collect_metadata()
datadog_agent.assert_metadata_count(0)
c.log.debug.assert_called_with('Skipping server info collection as it is disabled, collect_server_info: %s', False)
c.log.debug.assert_called_with('Skipping server info collection as it is disabled, collect_server_info: %s', False)

0 comments on commit d8e22d8

Please sign in to comment.