We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae21c95 commit 7c4716bCopy full SHA for 7c4716b
tests/checks/integration/test_docker_daemon.py
@@ -468,9 +468,9 @@ def test_labels_collection(self):
468
"collect_images_stats": True,
469
"collect_container_count": True,
470
"collect_dead_container_count": True,
471
- "collect_exited_container_count": True
472
- "collect_volume_count": True
473
- "collect_dangling_volume_count": True
+ "collect_exited_container_count": True,
+ "collect_volume_count": True,
+ "collect_dangling_volume_count": True,
474
},
475
],
476
}
0 commit comments