diff --git a/tests/test.py b/tests/test.py index 6832243f..eb57c087 100644 --- a/tests/test.py +++ b/tests/test.py @@ -341,6 +341,7 @@ class DockerClientTest(unittest.TestCase): ','.join(vol_names)) self.assertEqual(args[1]['headers'], {'Content-Type': 'application/json'}) + def test_create_container_empty_volumes_from(self): try: self.client.create_container('busybox', 'true', volumes_from=[])