mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
For some reason .test domain results appears to be unreliable, so let's remove it..
This commit is contained in:
parent
f7f6428bfb
commit
16e53ec2ec
1 changed files with 1 additions and 3 deletions
|
@ -36,8 +36,6 @@ def test_get_dns_zone_from_domain_existing():
|
||||||
)
|
)
|
||||||
assert _get_dns_zone_for_domain("yolo.nohost.me") == "nohost.me"
|
assert _get_dns_zone_for_domain("yolo.nohost.me") == "nohost.me"
|
||||||
assert _get_dns_zone_for_domain("foo.yolo.nohost.me") == "nohost.me"
|
assert _get_dns_zone_for_domain("foo.yolo.nohost.me") == "nohost.me"
|
||||||
assert _get_dns_zone_for_domain("yolo.test") == "test"
|
|
||||||
assert _get_dns_zone_for_domain("foo.yolo.test") == "test"
|
|
||||||
assert _get_dns_zone_for_domain("yolo.tld") == "yolo.tld"
|
assert _get_dns_zone_for_domain("yolo.tld") == "yolo.tld"
|
||||||
assert _get_dns_zone_for_domain("foo.yolo.tld") == "yolo.tld"
|
assert _get_dns_zone_for_domain("foo.yolo.tld") == "yolo.tld"
|
||||||
|
|
||||||
|
@ -48,7 +46,7 @@ def test_registrar_list_integrity():
|
||||||
|
|
||||||
|
|
||||||
def test_magic_guess_registrar_weird_domain():
|
def test_magic_guess_registrar_weird_domain():
|
||||||
assert _get_registrar_config_section("yolo.test")["registrar"]["value"] is None
|
assert _get_registrar_config_section("yolo.tld")["registrar"]["value"] is None
|
||||||
|
|
||||||
|
|
||||||
def test_magic_guess_registrar_ovh():
|
def test_magic_guess_registrar_ovh():
|
||||||
|
|
Loading…
Add table
Reference in a new issue