summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott Kuhl <kuhl@mtu.edu>2020-10-17 15:56:23 -0400
committerScott Kuhl <kuhl@mtu.edu>2020-10-17 15:56:23 -0400
commitc2b10465e7c26ff809e0feec820b6577c5050dfe (patch)
tree0baaaddc37d33446ffe3fee85b2277a3abf26288 /tests
parentcfe14f249856fe7b29ee5bdfdc4013cc40ae0dcd (diff)
Remove localhost test since it can resolve to either IPv4, IPv6, or both in any particular order
Diffstat (limited to 'tests')
-rw-r--r--tests/client/test_options.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/client/test_options.py b/tests/client/test_options.py
index 2245075..611f22f 100644
--- a/tests/client/test_options.py
+++ b/tests/client/test_options.py
@@ -13,7 +13,6 @@ _ip4_reprs = {
'3098282570': '184.172.10.74',
'0xb8.0xac.0x0a.0x4a': '184.172.10.74',
'0270.0254.0012.0112': '184.172.10.74',
- 'localhost': '127.0.0.1'
}
_ip4_swidths = (1, 8, 22, 27, 32)