fix(tests) Fix CheckSetupControllerTest

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/41460/head
Côme Chilliet 2 years ago committed by Côme Chilliet
parent a0e365f6d2
commit 6b0d295307
  1. 2
      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,

Loading…
Cancel
Save