Skip to content

Commit 98d8565

Browse files
committed
updating mock
1 parent d080cf7 commit 98d8565

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/components/package_policy_input_panel.test.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ describe('PackagePolicyInputPanel', () => {
360360
beforeEach(() => {
361361
useAgentlessMock.mockReturnValue({
362362
isAgentlessEnabled: true,
363+
isAgentlessDefault: false,
363364
isAgentlessAgentPolicy: jest.fn(),
364365
isAgentlessIntegration: jest.fn(),
365366
});
@@ -392,6 +393,7 @@ describe('PackagePolicyInputPanel', () => {
392393
beforeEach(() => {
393394
useAgentlessMock.mockReturnValue({
394395
isAgentlessEnabled: false,
396+
isAgentlessDefault: false,
395397
isAgentlessAgentPolicy: jest.fn(),
396398
isAgentlessIntegration: jest.fn(),
397399
});

0 commit comments

Comments
 (0)