Fix adapter bug + regression test

This commit is contained in:
Joffrey F 2015-06-24 22:29:11 +02:00
parent 2d7f1cfa1e
commit d66369c29c
1 changed files with 0 additions and 1 deletions

View File

@ -1477,7 +1477,6 @@ class TestRegressions(BaseTestCase):
self.client.start(ctnr)
self.client.stop(ctnr)
if __name__ == '__main__':
c = docker.Client(base_url=DEFAULT_BASE_URL)
c.pull('busybox')