From: Côme Chilliet Date: Tue, 14 Nov 2023 16:05:38 +0000 (+0100) Subject: fix(tests) Fix CheckSetupControllerTest X-Git-Tag: v29.0.0beta1~770^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6b0d295307cc0b3a9e4924c3d46696c76d619a87;p=nextcloud-server.git fix(tests) Fix CheckSetupControllerTest Signed-off-by: Côme Chilliet --- diff --git a/apps/settings/tests/Controller/CheckSetupControllerTest.php b/apps/settings/tests/Controller/CheckSetupControllerTest.php index fe299b6e799..65ed93523c7 100644 --- a/apps/settings/tests/Controller/CheckSetupControllerTest.php +++ b/apps/settings/tests/Controller/CheckSetupControllerTest.php @@ -329,8 +329,6 @@ class CheckSetupControllerTest extends TestCase { 'isSettimelimitAvailable' => true, 'isSqliteUsed' => false, 'databaseConversionDocumentation' => 'http://docs.example.org/server/go.php?to=admin-db-conversion', - 'missingIndexes' => [], - 'missingPrimaryKeys' => [], 'appDirsWithDifferentOwner' => [], 'isImagickEnabled' => false, 'areWebauthnExtensionsEnabled' => false,