mirror of https://github.com/docker/docker-py.git
fixed test list_containers to account for upstream changes
This commit is contained in:
parent
afbfc703ca
commit
128cdb9112
|
@ -125,7 +125,6 @@ class DockerClientTest(unittest.TestCase):
|
|||
|
||||
fake_request.assert_called_with('unix://var/run/docker.sock/v1.4/containers/ps',
|
||||
params={
|
||||
'only_ids': 0,
|
||||
'all': 1,
|
||||
'since': None,
|
||||
'limit': -1,
|
||||
|
|
Loading…
Reference in New Issue