summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Kristensen <john@jerrykan.com>2014-03-13 14:35:45 +1100
committerJohn Kristensen <john@jerrykan.com>2014-03-13 14:35:45 +1100
commit6995a30c5caf4573b46a33dd6124714267923c08 (patch)
tree9e76387a09e2c8ade8a8bae079355df3c1fd7b2a /src
parent2a676f2ed86c14f890f5e439814b6a385f37509b (diff)
Remove duplicate test 'test_default_protocol'
Diffstat (limited to 'src')
-rw-r--r--src/etcd/tests/unit/test_client.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/etcd/tests/unit/test_client.py b/src/etcd/tests/unit/test_client.py
index 298e2c7..4d83161 100644
--- a/src/etcd/tests/unit/test_client.py
+++ b/src/etcd/tests/unit/test_client.py
@@ -22,11 +22,6 @@ class TestClient(unittest.TestCase):
def test_default_protocol(self):
""" default protocol is http"""
client = etcd.Client()
- assert client.port == 'http'
-
- def test_default_protocol(self):
- """ default protocol is http"""
- client = etcd.Client()
assert client.protocol == 'http'
def test_default_read_timeout(self):