Skip to content

Commit

Permalink
Connection(Tests): Fix version before for Device Fingerprint Multi co…
Browse files Browse the repository at this point in the history
…nnection test
  • Loading branch information
alagoutte committed Mar 24, 2021
1 parent 19b2624 commit d80fb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/integration/Connection.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Describe "Connect to a ClearPass (using multi connection)" {
It "Use Multi connection for call Get Service" -Skip:$VersionBefore680 {
{ Get-ArubaCPService -connection $cppm } | Should -Not -Throw
}
It "Use Multi connection for call Device Fingerprint" -Skip:$VersionBefore680 {
It "Use Multi connection for call Device Fingerprint" -Skip:$VersionBefore690 {
$ip = (Get-ArubaCPServerConfiguration -connection $cppm).management_ip
{ Get-ArubaCPDeviceFingerprint -ip_address $ip -connection $cppm } | Should -Not -Throw
}
Expand Down

0 comments on commit d80fb84

Please sign in to comment.