summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-11-09 18:01:20 +0100
committerGitHub <noreply@github.com>2022-11-09 18:01:20 +0100
commita18a95bbc9f798f14d2a5ba9770ce6ce694de392 (patch)
tree5bf2507b49b94d016bd7ab868d7bc9367e466ae7 /core
parentea41f21bbea03e3d75e87b14d258a5ba30975399 (diff)
downloadnextcloud-server-a18a95bbc9f798f14d2a5ba9770ce6ce694de392.tar.gz
nextcloud-server-a18a95bbc9f798f14d2a5ba9770ce6ce694de392.zip
Fix test
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'core')
-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 60d042102e0..6df1659d7d3 100644
--- a/core/js/tests/specs/setupchecksSpec.js
+++ b/core/js/tests/specs/setupchecksSpec.js
@@ -1403,7 +1403,7 @@ describe('OC.SetupChecks tests', function() {
async.done(function( data, s, x ){
expect(data).toEqual([{
- msg: 'It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read <a href="https://docs.example.org/admin-system-requirements" class="external" rel="noreferrer noopener">the documentation page about this ↗</a>.',
+ msg: 'It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read <a href="https://docs.example.org/admin-system-requirements" class="external" rel="noreferrer noopener">the documentation page ↗</a> about this.',
type: OC.SetupChecks.MESSAGE_TYPE_WARNING
}]);
done();