Migrates to Pester5+ tests #59

Merged
OCram85 merged 47 commits from Pester5 into master 2022-07-14 13:37:13 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b9ebc2ab6e - Show all commits

View File

@ -23,7 +23,7 @@ Describe "New-CSCertificate" {
CommonName = 'MyCert'
}
$CertAttribs = @{
CRTAttribute = $attribs
CRTAttribute = New-CSCertAttribute @attribs
KeyName = Join-Path -Path (Get-TempDir) -ChildPath '/foo.key'
CertName = Join-Path -Path (Get-TempDir) -ChildPath '/cert.pfx'
}