Use docker-py 1.0.0
Signed-off-by: Zoltan Nagy <abesto@abesto.net>
This commit is contained in:
parent
a7fe67e691
commit
8f38b28816
3 changed files with 3 additions and 3 deletions
|
|
@ -19,4 +19,4 @@ class DockerClientTestCase(unittest.TestCase):
|
|||
with mock.patch.dict(os.environ):
|
||||
os.environ['DOCKER_CLIENT_TIMEOUT'] = timeout = "300"
|
||||
client = docker_client.docker_client()
|
||||
self.assertEqual(client._timeout, int(timeout))
|
||||
self.assertEqual(client.timeout, int(timeout))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue