summaryrefslogtreecommitdiffstats
path: root/relationships/tests/test_discovery.py
diff options
context:
space:
mode:
Diffstat (limited to 'relationships/tests/test_discovery.py')
-rw-r--r--relationships/tests/test_discovery.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/relationships/tests/test_discovery.py b/relationships/tests/test_discovery.py
index ae2d34b..808b413 100644
--- a/relationships/tests/test_discovery.py
+++ b/relationships/tests/test_discovery.py
@@ -38,7 +38,3 @@ def test_create_kv_conn_parse_host():
with pytest.raises(dis.DiscoveryError):
dis._parse_host(host)
- # Hanging colon
- port = ""
- host = "{0}:{1}".format(hostname, port)
- assert (hostname, 8500) == dis._parse_host(host)