remove test for remove optin from DB after email verification

This commit is contained in:
Moriz Wahl 2022-03-29 02:58:36 +02:00
parent 37e36e01af
commit 8fd93ff853

View File

@ -221,10 +221,6 @@ describe('UserResolver', () => {
expect(newUser[0].password).toEqual('3917921995996627700') expect(newUser[0].password).toEqual('3917921995996627700')
}) })
it('removes the optin', async () => {
await expect(LoginEmailOptIn.find()).resolves.toHaveLength(0)
})
/* /*
it('calls the klicktipp API', () => { it('calls the klicktipp API', () => {
expect(klicktippSignIn).toBeCalledWith( expect(klicktippSignIn).toBeCalledWith(