Skip to content

Commit

Permalink
Change fleet required package
Browse files Browse the repository at this point in the history
  • Loading branch information
rw-access authored Jun 17, 2021
1 parent c98d067 commit 993d5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/fleet_api_integration/apis/epm/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { skipIfNoDockerRegistry } from '../../helpers';
export default function (providerContext: FtrProviderContext) {
const { getService } = providerContext;
const supertest = getService('supertest');
const requiredPackage = 'system-0.11.0';
const requiredPackage = 'system-0.13.3';

const installPackage = async (pkgkey: string) => {
await supertest
Expand Down

0 comments on commit 993d5e3

Please sign in to comment.