Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Dec 7, 2021
1 parent ad53433 commit 1c60944
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/test/fleet_api_integration/apis/epm/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ export default function (providerContext: FtrProviderContext) {
expect(packageInfo.download).to.not.equal(undefined);
await uninstallPackage(testPkgName, testPkgVersion);
});
it('returns a 400 for a package key without a proper name', async function () {
await supertest.get('/api/fleet/epm/packages/-0.1.0').expect(400);
});

it('returns a 404 for a package that do not exists', async function () {
await supertest.get('/api/fleet/epm/packages/notexists/99.99.99').expect(404);
Expand Down

0 comments on commit 1c60944

Please sign in to comment.