summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-02-06 22:12:25 +0100
committerGitHub <noreply@github.com>2023-02-06 22:12:25 +0100
commit59578817f5cef0726f17301396c60dc2c92cba4d (patch)
tree9e9289f77dd6056073472e997764d94812b4a09e /tests
parentfa1d50ccce6a220631b625aeda54eaf5555ebc66 (diff)
parent875e6cf7e6d5a469922fc6e542db8388cedcff01 (diff)
downloadnextcloud-server-59578817f5cef0726f17301396c60dc2c92cba4d.tar.gz
nextcloud-server-59578817f5cef0726f17301396c60dc2c92cba4d.zip
Merge pull request #36489 from nextcloud/bugfix/noid/brute-force-protection-password-reset
Add bruteforce protection to password reset page
Diffstat (limited to 'tests')
-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);
}