Skip to content

Commit

Permalink
uninstall input_package after test
Browse files Browse the repository at this point in the history
  • Loading branch information
hop-dev committed Jan 11, 2023
1 parent bfd1290 commit bebc9a8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ export default function (providerContext: FtrProviderContext) {
.delete(`/api/fleet/epm/packages/endpoint-8.6.1`)
.set('kbn-xsrf', 'xxxx')
.expect(200);
await supertest
.delete(`/api/fleet/epm/packages/input_package-1.0.0`)
.set('kbn-xsrf', 'xxxx')
.expect(200);
});

after(async () => {
Expand Down

0 comments on commit bebc9a8

Please sign in to comment.