Skip to content

Commit

Permalink
Fixed JMAP crypto tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Oct 25, 2023
1 parent e2b7815 commit d233e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/jmap/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub async fn test(server: Arc<JMAP>, client: &mut Client) {
// Try importing using multiple methods and symmetric algos
for (file_name, method, num_certs) in [
("cert_smime.pem", EncryptionMethod::SMIME, 3),
("cert_pgp.der", EncryptionMethod::PGP, 1),
("cert_pgp.pem", EncryptionMethod::PGP, 1),
] {
params.insert(
"certificate".to_string(),
Expand Down

0 comments on commit d233e15

Please sign in to comment.