lint
This commit is contained in:
parent
d2d7f70ba7
commit
36e6790b61
|
@ -170,7 +170,7 @@ describe("/api/global/auth", () => {
|
||||||
async function testSSOUser() {
|
async function testSSOUser() {
|
||||||
const { res } = await config.api.auth.requestPasswordReset(
|
const { res } = await config.api.auth.requestPasswordReset(
|
||||||
sendMailMock,
|
sendMailMock,
|
||||||
user.email,
|
user.email
|
||||||
)
|
)
|
||||||
expect(sendMailMock).not.toHaveBeenCalled()
|
expect(sendMailMock).not.toHaveBeenCalled()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue