Skip to content
Snippets Groups Projects
Unverified Commit b775d935 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Endpoint is now 11.0.0

parent 5fd42841
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ class AppFetcherTest extends FetcherBase { ...@@ -27,7 +27,7 @@ class AppFetcherTest extends FetcherBase {
public function setUp() { public function setUp() {
parent::setUp(); parent::setUp();
$this->fileName = 'apps.json'; $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->fetcher = new AppFetcher(
$this->appData, $this->appData,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment