diff options
Diffstat (limited to 'test/python/docker/test_containers.py')
| -rw-r--r-- | test/python/docker/test_containers.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/python/docker/test_containers.py b/test/python/docker/test_containers.py index 0fd419d9d..20d8417c3 100644 --- a/test/python/docker/test_containers.py +++ b/test/python/docker/test_containers.py @@ -87,7 +87,7 @@ class TestContainers(unittest.TestCase):          self.assertEqual(len(containers), 2)      def test_stop_container(self): -        top = self.client.containers.get("top") +        top = self.client.containers.get(TestContainers.topContainerId)          self.assertEqual(top.status, "running")          # Stop a running container and validate the state | 
