diff options
Diffstat (limited to 'contrib/python/podman/test/test_containers.py')
-rw-r--r-- | contrib/python/podman/test/test_containers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/podman/test/test_containers.py b/contrib/python/podman/test/test_containers.py index ec2dcde03..f84b88f4c 100644 --- a/contrib/python/podman/test/test_containers.py +++ b/contrib/python/podman/test/test_containers.py @@ -110,7 +110,7 @@ class TestContainers(PodmanTestCase): # TODO: brittle, depends on knowing history of ctnr self.assertGreaterEqual(len(actual['changed']), 2) - self.assertGreaterEqual(len(actual['added']), 3) + self.assertGreaterEqual(len(actual['added']), 2) self.assertEqual(len(actual['deleted']), 0) def test_kill(self): |