Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Endpoint is now 11.0.0
Signed-off-by: Lukas Reschke <[email protected]>
  • Loading branch information
LukasReschke committed Nov 15, 2016
commit b775d935f2098e875c12e3ccb631d01f0c69f828
2 changes: 1 addition & 1 deletion tests/lib/App/AppStore/Fetcher/AppFetcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down