mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 17:16:26 +00:00
fix(tests): correct API mock path in EPG test
This commit is contained in:
parent
60a61e78e3
commit
96f501b0fc
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ global.fetch = vi.fn().mockResolvedValue({
|
|||
json: () => Promise.resolve({}),
|
||||
});
|
||||
|
||||
vi.mock('../../api.js', () => ({
|
||||
vi.mock('../../../api.js', () => ({
|
||||
default: {
|
||||
getSDLineups: vi.fn().mockResolvedValue([]),
|
||||
addSDLineup: vi.fn().mockResolvedValue({ success: true }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue