[fix] Remove this damn test

This commit is contained in:
ljf 2020-04-27 18:22:22 +02:00
parent cdb917e565
commit c347e368fc

View file

@ -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