Skip to content

Commit

Permalink
Fix tests : timeout --> port
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Moreau committed Sep 16, 2024
1 parent 10db6eb commit bb13528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/integration/UserTacacs.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Describe "Add User Tacacs" {
$usertacacs.name | Should -Be $pester_usertacacs
$usertacacs.server | Should -Be $pester_usertacacsserver1
$usertacacs.key | Should -Not -Be $Null
$usertacacs.timeout | Should -Be "10049"
$usertacacs.port | Should -Be "10049"
}

It "Add User Tacacs Server $pester_usertacacs with authorization enabled" {
Expand Down

0 comments on commit bb13528

Please sign in to comment.