Skip to content

Commit

Permalink
Connection(Tests): Fix typo and order for multi connection test
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Feb 5, 2024
1 parent 1c31c36 commit bb8bdba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/integration/Connection.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ Describe "Connect to a FortiGate (using multi connection)" {
}

Context "Use Multi connection for call some (Get) cmdlet (Vlan, System...)" {
It "Use Multi connection for call Get Application List" {
{ Get-FGTApplicationList -connection $fgt } | Should -Not -Throw
}
It "Use Multi connection for call Get Antivirus Profile" {
{ Get-FGTAntivirusProfile -connection $fgt } | Should -Not -Throw
}
It "Use Multi connection for call Get Application List" {
{ Get-FGTApplicationList-connection $fgt } | Should -Not -Throw
}
It "Use Multi connection for call Get IPS Sensor" {
{ Get-FGTIpsSensor -connection $fgt } | Should -Not -Throw
}
Expand Down

0 comments on commit bb8bdba

Please sign in to comment.