From b775d935f2098e875c12e3ccb631d01f0c69f828 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 15 Nov 2016 15:10:17 +0100 Subject: [PATCH] Endpoint is now 11.0.0 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 3b0418a7eb..fb2617cbfe 100644 --- a/tests/lib/App/AppStore/Fetcher/AppFetcherTest.php +++ b/tests/lib/App/AppStore/Fetcher/AppFetcherTest.php @@ -27,7 +27,7 @@ class AppFetcherTest extends FetcherBase { public function setUp() { parent::setUp(); $this->fileName = 'apps.json'; - $this->endpoint = 'https://apps.nextcloud.com/api/v1/platform/9.2.0/apps.json'; + $this->endpoint = 'https://apps.nextcloud.com/api/v1/platform/11.0.0/apps.json'; $this->fetcher = new AppFetcher( $this->appData,