mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +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