Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Aug 18, 2023
1 parent 7164ad4 commit e2791ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/osquery_cypress/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ async function setupFleetAgent({ getService }: FtrProviderContext) {

await new FleetManager(log).setup();

const policyEnrollmentKey = await createAgentPolicy(kbnClient, log, 'Osquery policy');
const policyEnrollmentKeyTwo = await createAgentPolicy(kbnClient, log, 'Osquery policy 2');
const policyEnrollmentKey = await createAgentPolicy(kbnClient, log, 'Default policy');
const policyEnrollmentKeyTwo = await createAgentPolicy(kbnClient, log, 'Osquery policy');

await new AgentManager(policyEnrollmentKey, config.get('servers.fleetserver.port'), log).setup();
await new AgentManager(
Expand Down

0 comments on commit e2791ae

Please sign in to comment.