mirror of
https://github.com/nextcloud/server.git
synced 2026-06-19 21:49:43 -04:00
Issue 16719: CheckSetupController.php: bugfix: test-setup was incorrect
Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
This commit is contained in:
parent
ea4b7bac7a
commit
d4cc22daad
1 changed files with 1 additions and 1 deletions
|
|
@ -1261,7 +1261,7 @@ describe('OC.SetupChecks tests', function() {
|
|||
recommendedPHPModules: [],
|
||||
pendingBigIntConversionColumns: [],
|
||||
isMysqlUsedWithoutUTF8MB4: false,
|
||||
isDefaultPhoneRegionSet: false,
|
||||
isDefaultPhoneRegionSet: true,
|
||||
isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true,
|
||||
reverseProxyGeneratedURL: 'https://server',
|
||||
temporaryDirectoryWritable: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue