mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixup! Do not pass any argument to docker.start
This commit is contained in:
parent
8cddbb15c4
commit
a1d0ba392f
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue