mirror of https://github.com/docker/docker-py.git
Fix adapter bug + regression test
This commit is contained in:
parent
2d7f1cfa1e
commit
d66369c29c
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue