Skip to content

Commit

Permalink
~fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanmac committed Feb 20, 2023
1 parent 98b1cbb commit 67c9066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Action/LoginActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ private function getAction(): LoginAction
$this->templateRegistry,
$this->tokenStorage,
$this->translator,
$this->csrfTokenManager
$this->csrfTokenManager,
true,
);
}
}

0 comments on commit 67c9066

Please sign in to comment.