merge-requests/10/merge
Bob Mottram 2021-01-25 12:25:21 +00:00
parent fd12451f5a
commit 2e26a05568
1 changed files with 0 additions and 1 deletions

View File

@ -3069,7 +3069,6 @@ def testDomainHandling():
testDomain = '192.168.5.153'
assert decodedHost(testDomain) == testDomain
testDomain = 'xn--espaa-rta.icom.museum'
print(decodedHost(testDomain))
assert decodedHost(testDomain) == "españa.icom.museum"