Fix tests in CheckSetupControllerTest

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-01-11 15:09:18 +01:00
parent 24f8b04908
commit c998680348
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -191,10 +191,6 @@ class CheckSetupControllerTest extends TestCase {
'relativeTime' => '2 hours ago',
'backgroundJobsUrl' => 'https://example.org',
]);
$this->checker
->expects($this->once())
->method('hasPassedCheck')
->willReturn(true);
$this->checkSetupController
->expects($this->once())