mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 11:46:28 +00:00
fix: Add missing guest filtering props to ThresholdsTable tests
This commit is contained in:
@@ -158,6 +158,12 @@ const baseProps = () => ({
|
||||
setDisableAllPMGOffline: vi.fn(),
|
||||
disableAllDockerHostsOffline: () => false,
|
||||
setDisableAllDockerHostsOffline: vi.fn(),
|
||||
ignoredGuestPrefixes: () => [] as string[],
|
||||
setIgnoredGuestPrefixes: vi.fn(),
|
||||
guestTagWhitelist: () => [] as string[],
|
||||
setGuestTagWhitelist: vi.fn(),
|
||||
guestTagBlacklist: () => [] as string[],
|
||||
setGuestTagBlacklist: vi.fn(),
|
||||
});
|
||||
|
||||
const renderThresholdsTable = (options?: {
|
||||
|
||||
Reference in New Issue
Block a user