Browse Source
fix(CI): Adjust expected result
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/36489/head
Joas Schilling
4 years ago
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC
1 changed files with
1 additions and
0 deletions
-
tests/Core/Controller/LostControllerTest.php
|
|
|
@ -171,6 +171,7 @@ class LostControllerTest extends TestCase { |
|
|
|
] |
|
|
|
], |
|
|
|
'guest'); |
|
|
|
$expectedResponse->throttle(); |
|
|
|
$this->assertEquals($expectedResponse, $response); |
|
|
|
} |
|
|
|
|
|
|
|
|