mirror of https://github.com/docker/docker-py.git
				
				
				
			Fixed integration test
This commit is contained in:
		
							parent
							
								
									6f343aa8ea
								
							
						
					
					
						commit
						6b9ea106d7
					
				|  | @ -1464,7 +1464,7 @@ class TestRegressions(BaseTestCase): | ||||||
|         self.client.start( |         self.client.start( | ||||||
|             self.client.create_container('busybox', ['true']) |             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) |         self.assertEqual(len(result[0]['Id']), 12) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue