Skip to content

Commit f55acd5

Browse files
committed
Fix failing test for Customer
AuthenticationMode is now required
1 parent 79cc1f5 commit f55acd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commercetools/testing/customers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def _create_from_draft(
2929
version=1,
3030
created_at=now,
3131
last_modified_at=now,
32+
authentication_mode=models.AuthenticationMode.PASSWORD,
3233
customer_number=draft.customer_number,
3334
email=draft.email,
3435
password=draft.password,

0 commit comments

Comments
 (0)