fix(CI): Adjust expected result

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-02-06 11:26:38 +01:00
parent 704eb3aa6c
commit 875e6cf7e6
No known key found for this signature in database
GPG key ID: C400AAF20C1BB6FC

View file

@ -171,6 +171,7 @@ class LostControllerTest extends TestCase {
]
],
'guest');
$expectedResponse->throttle();
$this->assertEquals($expectedResponse, $response);
}