fix(CI): Adjust expected result

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/36489/head
Joas Schilling 3 years ago
parent 704eb3aa6c
commit 875e6cf7e6
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC
  1. 1
      tests/Core/Controller/LostControllerTest.php

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

Loading…
Cancel
Save