Skip to content

Commit

Permalink
fix connectin.tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Moreau committed Sep 16, 2024
1 parent 8a664ab commit 951b8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/integration/Connection.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Describe "Connect to a FortiGate (using multi connection)" {
{ Get-FGTMonitorSystemHAChecksum -connection $fgt } | Should -Throw "You can't check HA Checksum with FortiOS < 6.2.0"
}
It "Use Multi connection for call Get Monitor System Interface DHCP Status" {
{ Get-FGTMonitorSystemInterfaceDHCPStatus -interface port1 -connection $fgt } | Should -Not -Throw
{ Get-FGTMonitorSystemInterfaceDHCPStatus -interface $pester_port1 -connection $fgt } | Should -Not -Throw
}
It "Use Multi connection for call Get Monitor License Status" {
{ Get-FGTMonitorLicenseStatus -connection $fgt } | Should -Not -Throw
Expand Down

0 comments on commit 951b8a5

Please sign in to comment.