tests: remove no covers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user