diff --git a/integration-tests/api/__tests__/store/customer.js b/integration-tests/api/__tests__/store/customer.js index 62603acd18..bdbb40284a 100644 --- a/integration-tests/api/__tests__/store/customer.js +++ b/integration-tests/api/__tests__/store/customer.js @@ -108,7 +108,6 @@ describe("/store/customers", () => { const customerId = authResponse.data.customer.id; const [authCookie] = authResponse.headers["set-cookie"][0].split(";"); - console.log(authCookie); const response = await api.post( `/store/customers/${customerId}`,