diff --git a/tests/unit/Server.Tests.ps1 b/tests/unit/Server.Tests.ps1 index aa9d144ca..c0a655686 100644 --- a/tests/unit/Server.Tests.ps1 +++ b/tests/unit/Server.Tests.ps1 @@ -200,7 +200,22 @@ Describe 'Restart-PodeInternalServer' { Storage = @{} } ScopedVariables = @{} - Quiet = $true + Console = @{ + DisableTermination = $true + DisableConsoleInput = $true + Quiet = $true + ClearHost = $false + ShowOpenAPI = $true + ShowEndpoints = $true + ShowHelp = $false + + } + SuspensionState = @{ + Suspended = $false + SuspendTimeout = 30 # timeout in seconds + ResumeTimeout = 30 # timeout in seconds + } + } Metrics = @{ Server = @{