Skip to content

Commit ca488cd

Browse files
Update crates/stackable-certs/src/ca/mod.rs
Co-authored-by: Nick <[email protected]>
1 parent a81cf5b commit ca488cd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ mod tests {
509509
let mut ca = CertificateAuthority::new_rsa().unwrap();
510510
let cert = ca
511511
.generate_rsa_leaf_certificate("Airflow", "pod", [TEST_SAN], TEST_CERT_LIFETIME)
512-
.expect("RSA certificate generation failed");
512+
.expect("Must be able to generate an RSA certificate. Perhaps there was an RNG failure");
513513

514514
assert_cert_attributes(cert.certificate());
515515
}

0 commit comments

Comments
 (0)