Skip to content

Commit 59a3f9b

Browse files
Fix a flaky test (#17359)
1 parent fae94ce commit 59a3f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/tests/test_integration_standalone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_mongo_dbstats_tag(aggregator, check, instance_dbstats_tag_dbname, dd_ru
9494
aggregator.assert_metrics_using_metadata(get_metadata_metrics(), check_submission_type=True)
9595

9696
expected_metrics = {
97-
'mongodb.stats.avgobjsize': 0,
97+
'mongodb.stats.avgobjsize': None,
9898
'mongodb.stats.storagesize': 20480.0,
9999
}
100100
expected_tags = [

0 commit comments

Comments
 (0)