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

index 3f62c522627ef4e345d1ba5249c0e335d2c28c4e..e95c3fa1c51c0f6ac5c335a8608c91b8b23f4247 100644 (file)
@@ -171,6 +171,7 @@ class LostControllerTest extends TestCase {
                                ]
                        ],
                        'guest');
+               $expectedResponse->throttle();
                $this->assertEquals($expectedResponse, $response);
        }