Skip to content

Commit

Permalink
Address(FQDN): add Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Dec 10, 2024
1 parent eea8d17 commit 7250f3c
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 @@ -274,6 +274,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 FQDN" {
{ Get-FGTMonitorFirewallAddressFQDN -connection $fgt } | Should -Not -Throw
}
It "Use Multi connection for call Get Monitor Firewall Policy" {
{ Get-FGTMonitorFirewallPolicy -connection $fgt } | Should -Not -Throw
}
Expand Down

0 comments on commit 7250f3c

Please sign in to comment.