This commit is contained in:
OCram85 2022-06-28 10:03:20 +02:00
parent a4fa937780
commit 8b45618637
1 changed files with 1 additions and 1 deletions

View File

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