summaryrefslogtreecommitdiffstats
path: root/core/js/tests/specs
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-12-15 22:51:37 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-12-15 23:50:26 +0100
commit1995097cb8623b2447a2805a8e8e045c24203311 (patch)
tree9b95c5e083e96c46f17c07aeaacc69eb21389d23 /core/js/tests/specs
parentf68cab4e39817c04bb95ddcdc42e46997d36199f (diff)
downloadnextcloud-server-1995097cb8623b2447a2805a8e8e045c24203311.tar.gz
nextcloud-server-1995097cb8623b2447a2805a8e8e045c24203311.zip
promoted bad memory_limit setting to error as it may break updater
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'core/js/tests/specs')
-rw-r--r--core/js/tests/specs/setupchecksSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/tests/specs/setupchecksSpec.js b/core/js/tests/specs/setupchecksSpec.js
index c3cddb88a9d..737fb7743fd 100644
--- a/core/js/tests/specs/setupchecksSpec.js
+++ b/core/js/tests/specs/setupchecksSpec.js
@@ -695,7 +695,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
msg: 'The PHP memory limit is below the recommended value of 512MB.',
- type: OC.SetupChecks.MESSAGE_TYPE_WARNING
+ type: OC.SetupChecks.MESSAGE_TYPE_ERROR
}]);
done();
});