From 7250f3c4465f7972e6d58c8cb5be319ad8b4bd13 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sun, 8 Dec 2024 21:14:37 +0100 Subject: [PATCH] Address(FQDN): add Tests --- Tests/integration/Connection.Tests.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tests/integration/Connection.Tests.ps1 b/Tests/integration/Connection.Tests.ps1 index a2ab67888..f8daaadb7 100644 --- a/Tests/integration/Connection.Tests.ps1 +++ b/Tests/integration/Connection.Tests.ps1 @@ -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 }