mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
fd12451f5a
commit
2e26a05568
1
tests.py
1
tests.py
|
@ -3069,7 +3069,6 @@ def testDomainHandling():
|
||||||
testDomain = '192.168.5.153'
|
testDomain = '192.168.5.153'
|
||||||
assert decodedHost(testDomain) == testDomain
|
assert decodedHost(testDomain) == testDomain
|
||||||
testDomain = 'xn--espaa-rta.icom.museum'
|
testDomain = 'xn--espaa-rta.icom.museum'
|
||||||
print(decodedHost(testDomain))
|
|
||||||
assert decodedHost(testDomain) == "españa.icom.museum"
|
assert decodedHost(testDomain) == "españa.icom.museum"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue