mirror of
https://github.com/laurivosandi/certidude
synced 2026-03-17 17:36:45 +00:00
tests: Test request deletion and signing API calls
This commit is contained in:
@@ -119,7 +119,7 @@ class RequestListResource(object):
|
||||
logger.info("Autosigned %s as %s is whitelisted", common_name.value, req.context.get("remote_addr"))
|
||||
return
|
||||
except EnvironmentError:
|
||||
logger.info("Autosign for %s failed, signed certificate already exists",
|
||||
logger.info("Autosign for %s from %s failed, signed certificate already exists",
|
||||
common_name.value, req.context.get("remote_addr"))
|
||||
reason = "Autosign failed, signed certificate already exists"
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user