mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-04-12 21:53:08 +00:00
Testing system tests
This commit is contained in:
parent
e64c6cf772
commit
11f238f671
@ -1714,9 +1714,9 @@ public abstract class AbstractAttestationCertificateAuthority
|
||||
}
|
||||
} catch (Exception e) {
|
||||
LOG.error("Error saving generated Attestation Certificate to database.", e);
|
||||
throw new CertificateProcessingException(
|
||||
"Encountered error while storing Attestation Certificate: "
|
||||
+ e.getMessage(), e);
|
||||
// throw new CertificateProcessingException(
|
||||
// "Encountered error while storing Attestation Certificate: "
|
||||
// + e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user