Skip to content

Commit

Permalink
fix server test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaneri committed Dec 8, 2024
1 parent 83eebf9 commit a1c15a7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion tests/unit/Server.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand Down

0 comments on commit a1c15a7

Please sign in to comment.