tests: remove no covers

This commit is contained in:
2026-04-20 20:01:47 +02:00
parent 90742e63f1
commit d7bca9dc10
3 changed files with 5 additions and 9 deletions
+1
View File
@@ -187,6 +187,7 @@ class CertManager:
if not self.exists(default_host):
self.logger.warning("Cannot create HTTPS context for %s", default_host)
return None
self.logger.debug("Creating HTTP context...")
cert_file = self.get_cert(default_host)
key_file = self.get_key(default_host)
self.last_file_change = cert_file.stat().st_mtime