Client -> DockerClient

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-12-01 18:02:16 -08:00
parent e7d78d10f6
commit 01c33c0f68
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class ClientTest(unittest.TestCase):
assert "this method is now on the object APIClient" not in s
def test_call_containers(self):
client = docker.Client(**kwargs_from_env())
client = docker.DockerClient(**kwargs_from_env())
with self.assertRaises(TypeError) as cm:
client.containers()