diff --git a/apps/meteor/tests/end-to-end/api/01-users.js b/apps/meteor/tests/end-to-end/api/01-users.js index 277f86e87127..90448916fc80 100644 --- a/apps/meteor/tests/end-to-end/api/01-users.js +++ b/apps/meteor/tests/end-to-end/api/01-users.js @@ -66,17 +66,6 @@ describe('[Users]', function () { }); }); - // before(async () => { - // await request - // .post(api('login')) - // .send({ - // user: apiUsername, - // password, - // }) - // .expect('Content-Type', 'application/json') - // .expect(200); - // }); - after(async () => { await deleteUser(targetUser); });