diff options
author | Jhon Honce <jhonce@redhat.com> | 2018-08-02 07:25:28 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-05 11:06:18 +0000 |
commit | 54eec54b2a80705b5c8a4e61abf360295d29c01f (patch) | |
tree | 67e7cac51412df36f2d0957a925b88a8d99e24fd /contrib/python/podman/test/test_containers.py | |
parent | 47620961fe8eb9ec859b33bd0480a698e655af69 (diff) | |
download | podman-54eec54b2a80705b5c8a4e61abf360295d29c01f.tar.gz podman-54eec54b2a80705b5c8a4e61abf360295d29c01f.tar.bz2 podman-54eec54b2a80705b5c8a4e61abf360295d29c01f.zip |
Add missing dependencies to build system
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Closes: #1199
Approved by: rhatdan
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): |