Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl committed Oct 31, 2023
1 parent 97b8865 commit 76d1e87
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions x-pack/test/osquery_cypress/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ export class AgentManager extends Manager {
private policyEnrollmentKey: string;
private fleetServerPort: string;
private agentContainerId?: string;
private kbnClient?: KbnClient;
private kbnClient: KbnClient;

constructor(policyEnrollmentKey: string, fleetServerPort: string, log: ToolingLog, kbnClient) {
constructor(
policyEnrollmentKey: string,
fleetServerPort: string,
log: ToolingLog,
kbnClient: KbnClient
) {
super();
this.log = log;
this.fleetServerPort = fleetServerPort;
Expand Down

0 comments on commit 76d1e87

Please sign in to comment.