Explorar el Código

Issue 16719: CheckSetupController.php: bugfix: test-setup was incorrect

Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
tags/v23.0.0beta1
Stefan hace 2 años
padre
commit
d4cc22daad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      core/js/tests/specs/setupchecksSpec.js

+ 1
- 1
core/js/tests/specs/setupchecksSpec.js Ver fichero

@@ -1261,7 +1261,7 @@ describe('OC.SetupChecks tests', function() {
recommendedPHPModules: [],
pendingBigIntConversionColumns: [],
isMysqlUsedWithoutUTF8MB4: false,
isDefaultPhoneRegionSet: false,
isDefaultPhoneRegionSet: true,
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
reverseProxyGeneratedURL: 'https://server',
temporaryDirectoryWritable: false,

Cargando…
Cancelar
Guardar