Skip to content

Commit

Permalink
fixing TS issue
Browse files Browse the repository at this point in the history
cauemarcondes committed Jun 22, 2021

Verified

This commit was signed with the committer’s verified signature.
janicduplessis Janic Duplessis
1 parent 9dc6281 commit 4ef392e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/fleet/server/mocks/index.ts
Original file line number Diff line number Diff line change
@@ -76,6 +76,7 @@ export const createMockAgentPolicyService = (): jest.Mocked<AgentPolicyServiceIn
list: jest.fn(),
getDefaultAgentPolicyId: jest.fn(),
getFullAgentPolicy: jest.fn(),
getByIds: jest.fn(),
};
};

0 comments on commit 4ef392e

Please sign in to comment.