Skip to content

Commit

Permalink
feat(wireless/vap): Add Get-FGTWirelessVAPGroup
Browse files Browse the repository at this point in the history
For Get Wireless VAP Group (name, comments, VAPs) and MUlti Connection tests
  • Loading branch information
alagoutte committed Jan 24, 2025
1 parent 1a23f5d commit b2c60a9
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 @@ -374,6 +374,9 @@ Describe "Connect to a FortiGate (using multi connection)" {
It "Use Multi connection for call Get Wireless VAP (Virtual AP Profile)" {
{ Get-FGTWirelessVAP -connection $fgt } | Should -Not -Throw
}
It "Use Multi connection for call Get Wireless VAP (Virtual AP Profile) Group" {
{ Get-FGTWirelessVAPGroup -connection $fgt } | Should -Not -Throw
}
}

It "Disconnect to a FortiGate (Multi connection)" {
Expand Down

0 comments on commit b2c60a9

Please sign in to comment.