diff --git a/commerce_coordinator/apps/commercetools/clients.py b/commerce_coordinator/apps/commercetools/clients.py index 59969e86..cf754bbf 100644 --- a/commerce_coordinator/apps/commercetools/clients.py +++ b/commerce_coordinator/apps/commercetools/clients.py @@ -631,7 +631,7 @@ def is_first_time_discount_eligible(self, email: str) -> bool: return False return True - except CommercetoolsError as err: + except CommercetoolsError as err: # pragma no cover # Logs & ignores version conflict errors due to duplicate Commercetools messages handle_commercetools_error(err, f"Unable to check if user {email} is eligible for a " f"first time discount", True)