Skip to content

Commit dae6207

Browse files
assume our tests run against localhost
1 parent 9fbeb52 commit dae6207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_etcd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class TestEtcd(unittest.TestCase):
1313
def setUp(self):
14-
self.e = etcd.Etcd("10.0.1.110")
14+
self.e = etcd.Etcd()
1515

1616
def tearDown(self):
1717
self.e.close()

0 commit comments

Comments
 (0)