Skip to content

Commit

Permalink
fix failing test by providing email
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnlyte committed Nov 21, 2023
1 parent a75212b commit 44b61fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ describe('SuperLogin', function () {
.post(server + '/auth/password-reset')
.send({
token: resetToken,
username: newUser.email,
password: 'newpass1',
confirmPassword: 'newpass1'
})
Expand Down

0 comments on commit 44b61fa

Please sign in to comment.