mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
fix: add updateSDSettings to API mock in EPG test
This commit is contained in:
parent
6b5c745962
commit
c0b7cc5fe8
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ vi.mock('../../../api.js', () => ({
|
|||
addSDLineup: vi.fn().mockResolvedValue({ success: true }),
|
||||
deleteSDLineup: vi.fn().mockResolvedValue({ success: true }),
|
||||
searchSDLineups: vi.fn().mockResolvedValue([]),
|
||||
updateSDSettings: vi.fn().mockResolvedValue({}),
|
||||
},
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue