mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Remove this damn test
This commit is contained in:
parent
cdb917e565
commit
c347e368fc
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ class DNSRecordsDiagnoser(Diagnoser):
|
||||||
|
|
||||||
# Check if a domain buy by the user will expire soon
|
# Check if a domain buy by the user will expire soon
|
||||||
domains_from_registrar = ['.'.join(domain.split('.')[-2:]) for domain in all_domains]
|
domains_from_registrar = ['.'.join(domain.split('.')[-2:]) for domain in all_domains]
|
||||||
domains_from_registrar = ['ynh.local', 'grimaud.me', 'netlib.re', 'arn-fai.net']
|
|
||||||
domains_from_registrar = set(domains_from_registrar) - set(SMALL_SUFFIX_LIST)
|
domains_from_registrar = set(domains_from_registrar) - set(SMALL_SUFFIX_LIST)
|
||||||
for report in self.check_expiration_date(domains_from_registrar):
|
for report in self.check_expiration_date(domains_from_registrar):
|
||||||
yield report
|
yield report
|
||||||
|
|
Loading…
Add table
Reference in a new issue