diff options
author | Joffrey F <joffrey@docker.com> | 2015-04-22 17:57:10 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2015-04-22 18:00:53 -0700 |
commit | 6228929a88575c9c0e250bc1969e9611e542abc4 (patch) | |
tree | b75b732f5acdc3cb74cf65ecece848df9a0f4190 /tests/test.py | |
parent | c328be7deb59077b73d2263cfdf6eaaecc01ad64 (diff) | |
download | docker-py-client_side_trunc.tar.gz |
Handle ID truncate on client side in containers list (and changed default from True to False)client_side_trunc
Diffstat (limited to 'tests/test.py')
-rw-r--r-- | tests/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.py b/tests/test.py index 59bf4cc..f2af58b 100644 --- a/tests/test.py +++ b/tests/test.py @@ -312,7 +312,7 @@ class DockerClientTest(Cleanup, base.BaseTestCase): 'since': None, 'size': 0, 'limit': -1, - 'trunc_cmd': 1, + 'trunc_cmd': 0, 'before': None }, timeout=docker.client.DEFAULT_TIMEOUT_SECONDS |