From 51ff3fb9f8f37d31b11b0aad83cd3c05d7806695 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 12 Sep 2020 19:30:46 +0200 Subject: [PATCH] Fix the test_account_new test --- acmed/src/acme_proto/structs/account.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/acmed/src/acme_proto/structs/account.rs b/acmed/src/acme_proto/structs/account.rs index 9709296..129fb47 100644 --- a/acmed/src/acme_proto/structs/account.rs +++ b/acmed/src/acme_proto/structs/account.rs @@ -117,6 +117,7 @@ mod tests { contact: emails, terms_of_service_agreed: true, only_return_existing: false, + external_account_binding: None, }; assert_eq!(a.contact.len(), 2); assert_eq!(a.terms_of_service_agreed, true);