mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 03:20:11 +00:00
Fix ThresholdsTable test fixture props
This commit is contained in:
parent
2fe22c3308
commit
5ea27a9e87
1 changed files with 2 additions and 0 deletions
|
|
@ -120,6 +120,8 @@ const baseProps = () => ({
|
|||
setDockerDisableConnectivity: vi.fn(),
|
||||
dockerPoweredOffSeverity: () => 'warning' as const,
|
||||
setDockerPoweredOffSeverity: vi.fn(),
|
||||
containerUpdateAlertsEnabled: () => false,
|
||||
setContainerUpdateAlertsEnabled: vi.fn(),
|
||||
setDockerDefaults: vi.fn(),
|
||||
storageDefault: () => 85,
|
||||
setStorageDefault: vi.fn(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue