Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdjere committed May 24, 2024
1 parent 175d106 commit 13f247d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { loggingSystemMock } from '@kbn/core/server/mocks';
import { readRules } from '../../../logic/rule_management/read_rules';

jest.mock('../../../../../machine_learning/authz');
jest.mock('../../../logic/crud/read_rules', () => ({ readRules: jest.fn() }));
jest.mock('../../../logic/rule_management/read_rules', () => ({ readRules: jest.fn() }));

describe('Perform bulk action route', () => {
const readRulesMock = readRules as jest.Mock;
Expand Down

0 comments on commit 13f247d

Please sign in to comment.