diff --git a/integration-tests/http/__tests__/user/admin/user.spec.ts b/integration-tests/http/__tests__/user/admin/user.spec.ts index 3fd8e13959..2c07ad680b 100644 --- a/integration-tests/http/__tests__/user/admin/user.spec.ts +++ b/integration-tests/http/__tests__/user/admin/user.spec.ts @@ -79,19 +79,6 @@ medusaIntegrationTestRunner({ }) }) - describe("POST /admin/users", () => { - let token - - beforeEach(async () => { - token = ( - await api.post("/auth/user/emailpass", { - email: "test@test123.com", - password: "test123", - }) - ).data.token - }) - }) - describe("POST /admin/users/:id", () => { it("should update a user", async () => { const updateResponse = (