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 8b45618637 - Show all commits

View File

@ -11,7 +11,7 @@ Describe "New-CSCertAttribute" {
State = 'BW' State = 'BW'
City = 'KA' City = 'KA'
Organization = 'IT' Organization = 'IT'
OrganizationalUnitName = '' OrganizationalUnitName = 'foo'
CommonName = 'MyCert' CommonName = 'MyCert'
} }
{ New-CSCertAttribute @AttribParams } | Should -Not -Throw { New-CSCertAttribute @AttribParams } | Should -Not -Throw