Skip to content

Commit a81b716

Browse files
fix broken unit tests
1 parent 68b6217 commit a81b716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/solutions/security/plugins/security_solution/public/detections/pages/alerts

x-pack/solutions/security/plugins/security_solution/public/detections/pages/alerts/alerts.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { useMissingPrivileges } from '../../../common/hooks/use_missing_privileg
2121
jest.mock('../../components/user_info');
2222
jest.mock('../../containers/detection_engine/lists/use_lists_config');
2323
jest.mock('../../../sourcerer/containers/use_signal_helpers');
24-
jest.mock('../../../common/components/missing_privileges');
24+
jest.mock('../../../common/hooks/use_missing_privileges');
2525
jest.mock('../../components/alerts/wrapper', () => ({
2626
Wrapper: () => <div data-test-subj={'alerts-page-data-view-wrapper'} />,
2727
}));

0 commit comments

Comments
 (0)