summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-06 11:26:38 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-07 07:39:19 +0100
commit65e81601d61df1881befc868a90e1e0747a680b9 (patch)
tree93eb04db0291cde62c6633e436475748306a11db
parent6a3d9861020d18918ff3e01dce46af150766c721 (diff)
downloadnextcloud-server-65e81601d61df1881befc868a90e1e0747a680b9.tar.gz
nextcloud-server-65e81601d61df1881befc868a90e1e0747a680b9.zip
fix(CI): Adjust expected result
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--tests/Core/Controller/LostControllerTest.php1
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);
}