mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix tests
This commit is contained in:
parent
75b91d7662
commit
92fefd6d97
1 changed files with 3 additions and 1 deletions
|
@ -36,8 +36,10 @@ 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("foo.yolo.nohost.me") == "nohost.me"
|
||||
assert _get_dns_zone_for_domain("yolo.test") == "yolo.test"
|
||||
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("foo.yolo.tld") == "yolo.tld"
|
||||
|
||||
|
||||
# Domain registrar testing
|
||||
|
|
Loading…
Add table
Reference in a new issue