From f55acd52bbb05c3fbb9008bf4d693f1b3a1f4d08 Mon Sep 17 00:00:00 2001 From: Michael van Tellingen Date: Tue, 25 Oct 2022 09:35:51 +0200 Subject: [PATCH] Fix failing test for Customer AuthenticationMode is now required --- src/commercetools/testing/customers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commercetools/testing/customers.py b/src/commercetools/testing/customers.py index 78139598..5e39fe85 100644 --- a/src/commercetools/testing/customers.py +++ b/src/commercetools/testing/customers.py @@ -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,