diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-11-15 15:10:17 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-11-15 15:10:17 +0100 |
commit | b775d935f2098e875c12e3ccb631d01f0c69f828 (patch) | |
tree | 3378608b227929e0bdbea2cd4320b3608bfb672b /tests | |
parent | 5fd428413b7a8605223cf6ac0a75c01f19341346 (diff) | |
download | nextcloud-server-b775d935f2098e875c12e3ccb631d01f0c69f828.tar.gz nextcloud-server-b775d935f2098e875c12e3ccb631d01f0c69f828.zip |
Endpoint is now 11.0.0
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/App/AppStore/Fetcher/AppFetcherTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/App/AppStore/Fetcher/AppFetcherTest.php b/tests/lib/App/AppStore/Fetcher/AppFetcherTest.php index 3b0418a7eba..fb2617cbfe8 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, |