Skip to content

Commit

Permalink
Fix a flaky test (#17359)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Apr 5, 2024
1 parent fae94ce commit 59a3f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo/tests/test_integration_standalone.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_mongo_dbstats_tag(aggregator, check, instance_dbstats_tag_dbname, dd_ru
aggregator.assert_metrics_using_metadata(get_metadata_metrics(), check_submission_type=True)

expected_metrics = {
'mongodb.stats.avgobjsize': 0,
'mongodb.stats.avgobjsize': None,
'mongodb.stats.storagesize': 20480.0,
}
expected_tags = [
Expand Down

0 comments on commit 59a3f9b

Please sign in to comment.