Skip to content

Commit

Permalink
Update datadog_checks_base/datadog_checks/base/stubs/datadog_agent.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vickenty Fesunov <vickenty@users.noreply.github.com>
  • Loading branch information
hithwen and vickenty authored Jul 28, 2022
1 parent 3073a73 commit d43fa94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def assert_metadata(self, check_id, data):

def assert_metadata_count(self, count):
metadata_items = len(self._metadata)
assert metadata_items == count, 'Expected {} metadata items, found {}. Submitted metadata : {}'.format(
assert metadata_items == count, 'Expected {} metadata items, found {}. Submitted metadata: {}'.format(
count, metadata_items, repr(self._metadata)
)

Expand Down

0 comments on commit d43fa94

Please sign in to comment.