Skip to content

Commit

Permalink
Fix failing test for Customer
Browse files Browse the repository at this point in the history
AuthenticationMode is now required
  • Loading branch information
mvantellingen committed Oct 25, 2022
1 parent 79cc1f5 commit f55acd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commercetools/testing/customers.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def _create_from_draft(
version=1,
created_at=now,
last_modified_at=now,
authentication_mode=models.AuthenticationMode.PASSWORD,
customer_number=draft.customer_number,
email=draft.email,
password=draft.password,
Expand Down

0 comments on commit f55acd5

Please sign in to comment.