diff options
author | Joas Schilling <coding@schilljs.com> | 2023-02-06 11:26:38 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-02-06 11:26:38 +0100 |
commit | 875e6cf7e6d5a469922fc6e542db8388cedcff01 (patch) | |
tree | 66e5a65a0f80155ee11bae4b4030f0f0ffea4fc7 | |
parent | 704eb3aa6cecc0a646f5cca4290b595f493f9ed3 (diff) | |
download | nextcloud-server-875e6cf7e6d5a469922fc6e542db8388cedcff01.tar.gz nextcloud-server-875e6cf7e6d5a469922fc6e542db8388cedcff01.zip |
fix(CI): Adjust expected result
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | tests/Core/Controller/LostControllerTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Core/Controller/LostControllerTest.php b/tests/Core/Controller/LostControllerTest.php index 3f62c522627..e95c3fa1c51 100644 --- a/tests/Core/Controller/LostControllerTest.php +++ b/tests/Core/Controller/LostControllerTest.php @@ -171,6 +171,7 @@ class LostControllerTest extends TestCase { ] ], 'guest'); + $expectedResponse->throttle(); $this->assertEquals($expectedResponse, $response); } |