From 6995a30c5caf4573b46a33dd6124714267923c08 Mon Sep 17 00:00:00 2001 From: John Kristensen Date: Thu, 13 Mar 2014 14:35:45 +1100 Subject: Remove duplicate test 'test_default_protocol' --- src/etcd/tests/unit/test_client.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') 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 @@ -19,11 +19,6 @@ class TestClient(unittest.TestCase): client = etcd.Client() assert client.port == 4001 - 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() -- cgit v1.2.3