mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
tests: fix boring warning about domain_a.dev/domain_b.dev during permissions tests
This commit is contained in:
parent
fb52083b09
commit
3765349436
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ def _get_dns_zone_for_domain(domain):
|
|||
zone = parent_list[-1]
|
||||
|
||||
# Adding this otherwise the CI is flooding about those ...
|
||||
if domain not in ["example.tld", "sub.example.tld", "domain.tld"]:
|
||||
if domain not in ["example.tld", "sub.example.tld", "domain.tld", "domain_a.dev", "domain_b.dev"]:
|
||||
logger.warning(
|
||||
f"Could not identify correctly the dns zone for domain {domain}, returning {zone}"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue