mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-27 16:06:27 +00:00
Fix constructor call of AuthCodeMailer in AuthCodeMailerTest
This commit is contained in:
parent
c5c9b130b0
commit
311675d30b
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue