Skip to content

Commit

Permalink
Assert no duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
coignetp committed Jun 11, 2021
1 parent d003271 commit 7c9f20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envoy/tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,5 +294,5 @@ def test_e2e(dd_agent_check):
aggregator.assert_metric(metric)
# We can't assert all covered, as some aren't received every time
aggregator.assert_service_check('envoy.can_connect', Envoy.OK)
aggregator.assert_all_metrics_covered()
aggregator.assert_no_duplicate_metrics()
aggregator.assert_metrics_using_metadata(get_metadata_metrics())

0 comments on commit 7c9f20d

Please sign in to comment.