Use rustls-platform-verifier for TLS certificate verification instead of webpki + Use aws-lc for cryptographic operations instead of ring
This commit is contained in:
@@ -84,6 +84,7 @@ pub async fn test(test: &TestServer) {
|
||||
let tmp_contact_id = response.created(3).id().to_string();
|
||||
|
||||
// Destroy tmp contact
|
||||
test.wait_for_tasks().await;
|
||||
assert_eq!(
|
||||
account
|
||||
.jmap_destroy(
|
||||
@@ -438,6 +439,7 @@ END:VCARD"#
|
||||
}));
|
||||
|
||||
// Deletion tests
|
||||
test.wait_for_tasks().await;
|
||||
assert_eq!(
|
||||
account
|
||||
.jmap_destroy(
|
||||
|
||||
Reference in New Issue
Block a user