This commit is contained in:
Rory Powell 2023-03-01 15:31:46 +00:00
parent 467ad71dcc
commit 6917abb6e7
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ describe("/api/global/auth", () => {
async function testSSOUser() {
const { res } = await config.api.auth.requestPasswordReset(
sendMailMock,
user.email,
user.email
)
expect(sendMailMock).not.toHaveBeenCalled()
}