fixed test list_containers to account for upstream changes

This commit is contained in:
Deni Bertovic 2013-10-03 11:56:44 +02:00
parent afbfc703ca
commit 128cdb9112
1 changed files with 0 additions and 1 deletions

View File

@ -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,