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 d7930e7 commit ad53433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/fleet_api_integration/apis/epm/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function (providerContext: FtrProviderContext) {
.send(buf)
.expect(200);

const res = await supertest.get(`/api/fleet/epm/packages/apach/0.1.3`).expect(200);
const res = await supertest.get(`/api/fleet/epm/packages/apache/0.1.3`).expect(200);
const packageInfo = res.body.item;
expect(packageInfo.description).to.equal('Apache Integration');
expect(packageInfo.download).to.not.equal(undefined);
Expand Down

0 comments on commit ad53433

Please sign in to comment.