Kaydet (Commit) 128cdb91 authored tarafından Deni Bertovic's avatar Deni Bertovic

fixed test list_containers to account for upstream changes

üst afbfc703
...@@ -125,7 +125,6 @@ class DockerClientTest(unittest.TestCase): ...@@ -125,7 +125,6 @@ class DockerClientTest(unittest.TestCase):
fake_request.assert_called_with('unix://var/run/docker.sock/v1.4/containers/ps', fake_request.assert_called_with('unix://var/run/docker.sock/v1.4/containers/ps',
params={ params={
'only_ids': 0,
'all': 1, 'all': 1,
'since': None, 'since': None,
'limit': -1, 'limit': -1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment