Skip to content

Commit

Permalink
remove legacy apps
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Sep 11, 2024
1 parent 13fe83d commit 68562bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Backend/Api/Marketplace/CollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ public function testGet()
$this->assertEquals(200, $response->getStatusCode(), $body);
$this->assertArrayHasKey('fusio', $data['apps']);
$this->assertArrayHasKey('developer', $data['apps']);
$this->assertArrayHasKey('documentation', $data['apps']);
$this->assertArrayHasKey('swagger-ui', $data['apps']);
$this->assertArrayHasKey('vscode', $data['apps']);

foreach ($data['apps'] as $app) {
$this->assertNotEmpty($app['version']);
Expand Down

0 comments on commit 68562bf

Please sign in to comment.