mirror of https://github.com/docker/docker-py.git
Revert unneeded change
This commit is contained in:
parent
9ae3bcd2f3
commit
156d14efd1
|
@ -843,7 +843,7 @@ class TestLoadJSONConfig(BaseTestCase):
|
||||||
class TestConnectionTimeout(unittest.TestCase):
|
class TestConnectionTimeout(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.timeout = 0.5
|
self.timeout = 0.5
|
||||||
self.client = docker.client.Client(base_url='http://localhost:4243',
|
self.client = docker.client.Client(base_url='http://192.168.10.2:4243',
|
||||||
timeout=self.timeout)
|
timeout=self.timeout)
|
||||||
|
|
||||||
def runTest(self):
|
def runTest(self):
|
||||||
|
|
Loading…
Reference in New Issue