Skip to content

Commit

Permalink
test: updated admin/login for accepting email field
Browse files Browse the repository at this point in the history
  • Loading branch information
authcompanion committed Oct 3, 2023
1 parent 42f236a commit 41e9930
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/app.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ test.before(async (t) => {
data: {
type: "users",
attributes: {
email: "admin@localhost",
password: t.context.adminPass,
},
},
Expand Down Expand Up @@ -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,
},
},
Expand Down

0 comments on commit 41e9930

Please sign in to comment.