Skip to content

Commit 76ea5b2

Browse files
sbernauerTechassi
andauthored
Update crates/stackable-certs/src/ca/mod.rs
Co-authored-by: Techassi <[email protected]>
1 parent 972c7d6 commit 76ea5b2

File tree

1 file changed

+3
-1
lines changed
  • crates/stackable-certs/src/ca

1 file changed

+3
-1
lines changed

crates/stackable-certs/src/ca/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,9 @@ mod tests {
521521
let mut ca = CertificateAuthority::new_ecdsa().unwrap();
522522
let cert = ca
523523
.generate_ecdsa_leaf_certificate("Product", "pod", [TEST_SAN], TEST_CERT_LIFETIME)
524-
.expect("ecdsa certificate generation failed");
524+
.expect(
525+
"Must be able to generate an ECDSA certificate. Perhaps there was an RNG failure",
526+
);
525527

526528
assert_cert_attributes(cert.certificate());
527529
}

0 commit comments

Comments
 (0)