fixup! Do not pass any argument to docker.start

This commit is contained in:
Nicolas Delaby 2015-10-13 20:53:11 +02:00
parent 8cddbb15c4
commit a1d0ba392f

View file

@ -448,6 +448,7 @@ class DockerngTestCase(TestCase):
dockerng_create.assert_called_with(
'image:latest',
validate_input=False,
validate_ip_addrs=False,
name='cont',
labels=['LABEL1', 'LABEL2'],
client_timeout=60)