From d4cc22daadb1f9d2bbf21830c321bed2eb6b0d88 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 16 Sep 2021 15:53:01 +0200 Subject: [PATCH] Issue 16719: CheckSetupController.php: bugfix: test-setup was incorrect Signed-off-by: Stefan --- core/js/tests/specs/setupchecksSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/tests/specs/setupchecksSpec.js b/core/js/tests/specs/setupchecksSpec.js index 6002a1ffb58..a05c77f59bf 100644 --- a/core/js/tests/specs/setupchecksSpec.js +++ b/core/js/tests/specs/setupchecksSpec.js @@ -1261,7 +1261,7 @@ describe('OC.SetupChecks tests', function() { recommendedPHPModules: [], pendingBigIntConversionColumns: [], isMysqlUsedWithoutUTF8MB4: false, - isDefaultPhoneRegionSet: false, + isDefaultPhoneRegionSet: true, isEnoughTempSpaceAvailableIfS3PrimaryStorageIsUsed: true, reverseProxyGeneratedURL: 'https://server', temporaryDirectoryWritable: false,