Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
HadhemiDD committed Jun 13, 2023
1 parent d8e22d8 commit 2f2ab9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions envoy/tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,4 @@ 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', b'False')

0 comments on commit 2f2ab9b

Please sign in to comment.