diff options
Diffstat (limited to 'tests/Core/Controller')
-rw-r--r-- | tests/Core/Controller/ClientFlowLoginControllerTest.php | 4 |
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 |