killing pester temp

This commit is contained in:
2023-06-22 18:09:22 -07:00
parent e7694831b3
commit badf2dd6a5
2 changed files with 18 additions and 18 deletions
+4 -4
View File
@@ -46,10 +46,10 @@ Describe $global:function -Tag 'Unit', 'Source', 'Built' {
{ Connect-ZertoServer -zertoServer -credential $(@{Username = "zerto\build"; Password = 'SecureString' }) } | Should -Throw
}
It "has a switch parameter to return the headers" {
#Get-Command $global:function | Should -HaveParameter returnHeaders
Get-Command $global:function | Should -HaveParameter returnHeaders -Type Switch
}
#It "has a switch parameter to return the headers" {
# #Get-Command $global:function | Should -HaveParameter returnHeaders
# Get-Command $global:function | Should -HaveParameter returnHeaders -Type Switch
#}
It "has a switch parameter to auto reauthorize the session" {
Get-Command $global:function | Should -HaveParameter autoReconnect