Endpoint is now 11.0.0

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/2139/head
Lukas Reschke 10 years ago
parent 5fd428413b
commit b775d935f2
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
  1. 2
      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,

Loading…
Cancel
Save