mirror of https://github.com/docker/docker-py.git
Fixed integration tests
This commit is contained in:
parent
6b2f750100
commit
8eedbc895e
|
@ -32,7 +32,7 @@ class BaseTestCase(unittest.TestCase):
|
||||||
tmp_containers = []
|
tmp_containers = []
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.client = docker.Client(base_url='http://localhost:4243')
|
self.client = docker.Client()
|
||||||
self.client.pull('busybox')
|
self.client.pull('busybox')
|
||||||
self.tmp_imgs = []
|
self.tmp_imgs = []
|
||||||
self.tmp_containers = []
|
self.tmp_containers = []
|
||||||
|
|
Loading…
Reference in New Issue