Skip to content

Commit 7c4716b

Browse files
committed
test_docker_daemon.py: fix syntax errors
1 parent ae21c95 commit 7c4716b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/checks/integration/test_docker_daemon.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,9 @@ def test_labels_collection(self):
468468
"collect_images_stats": True,
469469
"collect_container_count": True,
470470
"collect_dead_container_count": True,
471-
"collect_exited_container_count": True
472-
"collect_volume_count": True
473-
"collect_dangling_volume_count": True
471+
"collect_exited_container_count": True,
472+
"collect_volume_count": True,
473+
"collect_dangling_volume_count": True,
474474
},
475475
],
476476
}

0 commit comments

Comments
 (0)