diff --git a/integration-tests/api/__tests__/admin/customer-groups.js b/integration-tests/api/__tests__/admin/customer-groups.js index e1b5af2777..f3cd65de4b 100644 --- a/integration-tests/api/__tests__/admin/customer-groups.js +++ b/integration-tests/api/__tests__/admin/customer-groups.js @@ -120,7 +120,7 @@ describe("/admin/customer-groups", () => { name: "vip-customers", }) ) - expect(response.data.customerGroup).not.toHaveProperty("customers:") + expect(response.data.customerGroup).not.toHaveProperty("customers") }) it("gets customer group with `customers` prop", async () => {