]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(CI): Adjust expected result 36577/head
authorJoas Schilling <coding@schilljs.com>
Mon, 6 Feb 2023 10:26:38 +0000 (11:26 +0100)
committerJoas Schilling <coding@schilljs.com>
Tue, 7 Feb 2023 06:59:18 +0000 (07:59 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
tests/Core/Controller/LostControllerTest.php

index fd4e27d47f1b4cb0ec016d926729597bdf21888e..7a28cd864e33a13dabe0772e5b185b3a79e02daf 100644 (file)
@@ -173,6 +173,7 @@ class LostControllerTest extends \Test\TestCase {
                        ],
                        'guest'
                );
+               $expectedResponse->throttle();
                $this->assertEquals($expectedResponse, $this->lostController->resetform('MySecretToken', 'NotExistingUser'));
        }
 
@@ -200,6 +201,7 @@ class LostControllerTest extends \Test\TestCase {
                                ]
                        ],
                        'guest');
+               $expectedResponse->throttle();
                $this->assertEquals($expectedResponse, $response);
        }
 
@@ -232,6 +234,7 @@ class LostControllerTest extends \Test\TestCase {
                                ]
                        ],
                        'guest');
+               $expectedResponse->throttle();
                $this->assertEquals($expectedResponse, $response);
        }