Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_updater_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Cambra <claudio.cambra@gmail.com>2022-04-14 16:48:00 +0300
committerGitHub <noreply@github.com>2022-04-14 16:48:00 +0300
commit3607ed0311660dacd187c0ad9f3965dd9bd00e6c (patch)
tree16203695f74a5da2bae90d399c5210333587a567
parent05844c1f87ee4df9e4355390d3d2ece459f5b4c4 (diff)
Test config now matches download url capitalisation of real config
-rw-r--r--tests/unit/ResponseTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/ResponseTest.php b/tests/unit/ResponseTest.php
index d7421ac..2d54834 100644
--- a/tests/unit/ResponseTest.php
+++ b/tests/unit/ResponseTest.php
@@ -39,12 +39,12 @@ class ResponseTest extends TestCase {
'win32' => [
'version' => '2.2.2.6192',
'versionstring' => 'Nextcloud Client 2.2.2 (build 6192)',
- 'downloadUrl' => 'https://download.nextcloud.com/desktop/stable/ownCloud-2.2.2.6192-setup.exe',
+ 'downloadurl' => 'https://download.nextcloud.com/desktop/stable/ownCloud-2.2.2.6192-setup.exe',
],
'macos' => [
'version' => '2.2.2.3472',
'versionstring' => 'Nextcloud Client 2.2.2 (build 3472)',
- 'downloadUrl' => 'https://download.owncloud.com/desktop/stable/ownCloud-2.2.2.3472.pkg.tbz',
+ 'downloadurl' => 'https://download.owncloud.com/desktop/stable/ownCloud-2.2.2.3472.pkg.tbz',
'signature' => 'MC0CFQDmXR6biDmNVW7TvMh0bfPPTzCvtwIUCzASgpzYdi4lltOnwbFCeQwgDjY=',
]
],