diff --git a/business_logic_test.py b/business_logic_test.py index 957c556..169a866 100644 --- a/business_logic_test.py +++ b/business_logic_test.py @@ -429,7 +429,7 @@ def test_buyer_consent(self): json=create_payload_dict, headers=integration_test_utils.get_headers(), ) - self.assert_response_status(response, 201) + self.assert_response_status(response, [200, 201]) checkout_id = checkout.Checkout(**response.json()).id response = self.client.get(