mirror of https://github.com/docker/docker-py.git
Client -> DockerClient
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
e7d78d10f6
commit
01c33c0f68
|
@ -61,7 +61,7 @@ class ClientTest(unittest.TestCase):
|
||||||
assert "this method is now on the object APIClient" not in s
|
assert "this method is now on the object APIClient" not in s
|
||||||
|
|
||||||
def test_call_containers(self):
|
def test_call_containers(self):
|
||||||
client = docker.Client(**kwargs_from_env())
|
client = docker.DockerClient(**kwargs_from_env())
|
||||||
|
|
||||||
with self.assertRaises(TypeError) as cm:
|
with self.assertRaises(TypeError) as cm:
|
||||||
client.containers()
|
client.containers()
|
||||||
|
|
Loading…
Reference in New Issue