mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix test
This commit is contained in:
parent
9c8599528e
commit
9b53458655
@ -126,7 +126,7 @@ describe('UserResolver', () => {
|
||||
it('sends an account activation email', () => {
|
||||
const activationLink = CONFIG.EMAIL_LINK_VERIFICATION.replace(/{code}/g, emailOptIn)
|
||||
expect(sendAccountActivationEmail).toBeCalledWith({
|
||||
link: activationLink + '/a0000b0000c0000',
|
||||
link: activationLink,
|
||||
firstName: 'Peter',
|
||||
lastName: 'Lustig',
|
||||
email: 'peter@lustig.de',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user