From d3535acf807751daab20cff813240ffe251a218c Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 3 May 2022 20:57:51 +0200 Subject: Update test with correct macOS sparkle data --- tests/unit/ResponseTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' => [] -- cgit v1.2.3