update pester tests
This commit is contained in:
parent
a440a61b10
commit
700208a44b
@ -25,10 +25,12 @@ Describe "Set-ChallengeFile" {
|
|||||||
if (Test-Path -Path ("{0}\PSCredentialStore\Challenge.bin" -f $env:ProgramData)) {
|
if (Test-Path -Path ("{0}\PSCredentialStore\Challenge.bin" -f $env:ProgramData)) {
|
||||||
Remove-Item -Path ("{0}\PSCredentialStore\Challenge.bin" -f $env:ProgramData)
|
Remove-Item -Path ("{0}\PSCredentialStore\Challenge.bin" -f $env:ProgramData)
|
||||||
}
|
}
|
||||||
Set-ChallengeFile | Should -Be $true
|
Set-ChallengeFile
|
||||||
|
Test-Path -Path ("{0}\PSCredentialStore\Challenge.bin" -f $env:ProgramData) | Should -Be $true
|
||||||
}
|
}
|
||||||
It "Existing Credential file should return error" {
|
It "Existing Credential file should return error" {
|
||||||
{ Set-ChallengeFile } | Should -Throw
|
{ Set-ChallengeFile } | Should -Throw
|
||||||
|
Remove-Item -Path ("{0}\PSCredentialStore\Challenge.bin" -f $env:ProgramData)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user