Skip to content

Commit

Permalink
Test test
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsamuel committed Nov 20, 2024
1 parent b706cb8 commit a30e0ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions datadog_checks_base/tests/stubs/test_aggregator_similar.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ def test_build_similar_elements_msg(self, aggregator):
expected_msg = '''
Expected:
MetricStub(name='test.similar_metric', type=None, value=None, tags=None, hostname=None, device=None, flush_first_value=None)
Difference to closest:
Expected name: test.similar_metric
Found test.most_similar_metric
Similar submitted:
Score Most similar
0.88 MetricStub(name='test.most_similar_metric', type=0, value=0.0, tags=[], hostname='', device=None, flush_first_value=False)
Expand Down

0 comments on commit a30e0ad

Please sign in to comment.