WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ec0e49d

Browse files
authored
Remove SLD override test
This test isn't needed, since the main .gl RDAP server handles third-level domains correctly.
1 parent d75aa92 commit ec0e49d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_bootstrap.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,6 @@ def test_iana_overrides(self):
233233
override_endpoints, match = whoisit._bootstrap.get_dns_endpoints('de')
234234
self.assertEqual(override_endpoints[0], 'https://rdap.denic.de/')
235235
self.assertFalse(match)
236-
# Test for SLD overrides
237-
override_endpoints, match = whoisit._bootstrap.get_dns_endpoints('gl')
238-
self.assertEqual(override_endpoints[0], 'https://rdap.centralnic.com/gl/')
239-
self.assertFalse(match)
240-
override_endpoints, match = whoisit._bootstrap.get_dns_endpoints('co.gl')
241-
self.assertEqual(override_endpoints[0], 'https://rdap.centralnic.com/co.gl/')
242-
self.assertFalse(match)
243236

244237
def test_insecure_scheme_endpoints(self):
245238

0 commit comments

Comments
 (0)