summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Controller')
-rw-r--r--tests/Core/Controller/ClientFlowLoginControllerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Core/Controller/ClientFlowLoginControllerTest.php b/tests/Core/Controller/ClientFlowLoginControllerTest.php
index afaca3dacab..7c525b53210 100644
--- a/tests/Core/Controller/ClientFlowLoginControllerTest.php
+++ b/tests/Core/Controller/ClientFlowLoginControllerTest.php
@@ -310,7 +310,7 @@ class ClientFlowLoginControllerTest extends TestCase {
$this->random
->expects($this->once())
->method('generate')
- ->with(60)
+ ->with(72)
->willReturn('MyGeneratedToken');
$user = $this->createMock(IUser::class);
$user
@@ -374,7 +374,7 @@ class ClientFlowLoginControllerTest extends TestCase {
$this->random
->expects($this->once())
->method('generate')
- ->with(60)
+ ->with(72)
->willReturn('MyGeneratedToken');
$user = $this->createMock(IUser::class);
$user