From 8b456186370f572d3657269d06ecfc8dec6591b1 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 28 Jun 2022 10:03:20 +0200 Subject: [PATCH] debug --- src/Certificate/New-CSCertAttribute.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Certificate/New-CSCertAttribute.Tests.ps1 b/src/Certificate/New-CSCertAttribute.Tests.ps1 index 9bce109..db7a805 100644 --- a/src/Certificate/New-CSCertAttribute.Tests.ps1 +++ b/src/Certificate/New-CSCertAttribute.Tests.ps1 @@ -11,7 +11,7 @@ Describe "New-CSCertAttribute" { State = 'BW' City = 'KA' Organization = 'IT' - OrganizationalUnitName = '' + OrganizationalUnitName = 'foo' CommonName = 'MyCert' } { New-CSCertAttribute @AttribParams } | Should -Not -Throw