Skip to content

Commit

Permalink
Certificates (Tests) update to pester 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Moreau committed Apr 25, 2022
1 parent fc0a7bb commit dd989af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Tests/integration/Certificates.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
#
. ../common.ps1

BeforeAll {
Connect-ArubaCP @invokeParams
}

Describe "Get Cluster Certificates (Get-ArubaCPClusterCertificates)" {

It "Get Cluster Certificates Does not throw an error" {
Expand Down Expand Up @@ -88,4 +92,6 @@ Describe "Get Server Certificate (Get-ArubaCPServerCertificate)" {

}

Disconnect-ArubaCP -noconfirm
AfterAll {
Disconnect-ArubaCP -confirm:$false
}

0 comments on commit dd989af

Please sign in to comment.