Fixed JMAP crypto tests

This commit is contained in:
mdecimus
2023-10-25 11:35:10 +02:00
parent e2b781566d
commit d233e15ad4

View File

@@ -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(),