Browse Source

Fix the test_account_new test

pull/39/head
Rodolphe Breard 4 years ago
parent
commit
51ff3fb9f8
  1. 1
      acmed/src/acme_proto/structs/account.rs

1
acmed/src/acme_proto/structs/account.rs

@ -117,6 +117,7 @@ mod tests {
contact: emails, contact: emails,
terms_of_service_agreed: true, terms_of_service_agreed: true,
only_return_existing: false, only_return_existing: false,
external_account_binding: None,
}; };
assert_eq!(a.contact.len(), 2); assert_eq!(a.contact.len(), 2);
assert_eq!(a.terms_of_service_agreed, true); assert_eq!(a.terms_of_service_agreed, true);

Loading…
Cancel
Save