Skip to content

Commit

Permalink
Connection(Tests): Add Multi Connection test for Monitor Address Dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Jan 14, 2025
1 parent a4465c3 commit a66b8d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/integration/Connection.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ Describe "Connect to a FortiGate (using multi connection)" {
It "Use Multi connection for call Get Webfilter Profile" {
{ Get-FGTWebfilterProfile -connection $fgt } | Should -Not -Throw
}
It "Use Multi connection for call Get Monitor Firewall Address Dynamic" {
{ Get-FGTMonitorFirewallAddressDynamic -connection $fgt } | Should -Not -Throw
}
It "Use Multi connection for call Get Monitor Firewall Address FQDN" {
{ Get-FGTMonitorFirewallAddressFQDN -connection $fgt } | Should -Not -Throw
}
Expand Down

0 comments on commit a66b8d6

Please sign in to comment.