Fix constructor call of AuthCodeMailer in AuthCodeMailerTest

This commit is contained in:
Yassine Guedidi 2025-02-18 01:37:09 +01:00
parent c5c9b130b0
commit 311675d30b

View file

@ -63,8 +63,7 @@ TWIG;
$this->twig,
'nobody@test.io',
'wallabag test',
'http://0.0.0.0/support',
'http://0.0.0.0/'
'http://0.0.0.0/support'
);
$authCodeMailer->sendAuthCode($user);