Skip to content

Commit

Permalink
Fixed BackupInventory test
Browse files Browse the repository at this point in the history
  • Loading branch information
doracretu3pillar committed Nov 14, 2024
1 parent 32973c4 commit 911537f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { BackupInventory } from './BackupInventory';

jest.mock('./BackupInventory.service');
jest.mock('app/percona/backup/components/StorageLocations/StorageLocations.service');
jest.mock('../../hooks/recurringCall.hook');
jest.mock('app/percona/shared/core/hooks/recurringCall.hook');
jest.mock('react-router-dom', () => ({
...jest.requireActual('react-router-dom'),
useLocation: () => ({
Expand Down

0 comments on commit 911537f

Please sign in to comment.