Fixed integration test

This commit is contained in:
Joffrey F 2015-06-18 19:58:01 +02:00
parent 6f343aa8ea
commit 6b9ea106d7
1 changed files with 1 additions and 1 deletions

View File

@ -1464,7 +1464,7 @@ class TestRegressions(BaseTestCase):
self.client.start(
self.client.create_container('busybox', ['true'])
)
result = self.client.containers(trunc=True)
result = self.client.containers(all=True, trunc=True)
self.assertEqual(len(result[0]['Id']), 12)