Skip to content

Commit

Permalink
SDNConnector: Fix tests with PS 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Jan 16, 2025
1 parent d83cded commit 7650b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/integration/SystemSDNConnector.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Describe "Get SDN Connector" -skip:($fgt_version -lt "6.2.0") {

It "Get ALL SDN Connectors" {
$sdnconnector = Get-FGTSystemSDNConnector
$sdnconnector.count | Should -Not -Be $NULL
@($sdnconnector).count | Should -Not -Be $NULL
}

It "Get ALL SDN Connector with -skip" {
$sdnconnector = Get-FGTSystemSDNConnector -skip
$sdnconnector.count | Should -Not -Be $NULL
@($sdnconnector).count | Should -Not -Be $NULL
}

It "Get SDN Connector ($pester_sdnconnector1)" {
Expand Down

0 comments on commit 7650b40

Please sign in to comment.