From fcf5739cc5be11681d24268cbc19e06f8042c707 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 6 Apr 2017 10:30:32 +0200 Subject: [PATCH] Fix test Signed-off-by: Lukas Reschke --- tests/lib/App/AppStore/Fetcher/AppFetcherTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/App/AppStore/Fetcher/AppFetcherTest.php b/tests/lib/App/AppStore/Fetcher/AppFetcherTest.php index 7e2bbe0a1c6..7fbbde722e7 100644 --- a/tests/lib/App/AppStore/Fetcher/AppFetcherTest.php +++ b/tests/lib/App/AppStore/Fetcher/AppFetcherTest.php @@ -114,7 +114,7 @@ EOD; $client ->expects($this->once()) ->method('get') - ->with('https://apps.nextcloud.com/api/v1/platform/11.0.2/apps.json') + ->with('https://apps.nextcloud.com/api/v1/platform/11.0.3/apps.json') ->willReturn($response); $response ->expects($this->once())