diff --git a/tests/app.test.js b/tests/app.test.js index a032b65..d642697 100644 --- a/tests/app.test.js +++ b/tests/app.test.js @@ -49,6 +49,7 @@ test.before(async (t) => { data: { type: "users", attributes: { + email: "admin@localhost", password: t.context.adminPass, }, }, @@ -174,6 +175,7 @@ test.serial("Admin Endpoint Test: POST /admin/login", async (t) => { data: { type: "users", attributes: { + email: "admin@localhost", password: t.context.adminPass, }, },