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-05-03 21:57:51 +0300
committerGitHub <noreply@github.com>2022-05-03 21:57:51 +0300
commitd3535acf807751daab20cff813240ffe251a218c (patch)
treeaedfc14eb25c4bea6f108d0c0762329327b1423a
parent42b95077061c4721cea316efd2e91f9f1899abf2 (diff)
Update test with correct macOS sparkle data
-rw-r--r--tests/unit/ResponseTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/ResponseTest.php b/tests/unit/ResponseTest.php
index 8c8a0b1..eb93f35 100644
--- a/tests/unit/ResponseTest.php
+++ b/tests/unit/ResponseTest.php
@@ -44,8 +44,10 @@ class ResponseTest extends TestCase {
'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',
+ 'sparkleDownloadUrl' => 'https://download.owncloud.com/desktop/stable/ownCloud-2.2.2.3472.pkg.tbz',
'signature' => 'MC0CFQDmXR6biDmNVW7TvMh0bfPPTzCvtwIUCzASgpzYdi4lltOnwbFCeQwgDjY=',
+ 'length' => '62738920',
]
],
'beta' => []