Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserTACACS: Get/Add/Set/Remove functions and tests #263

Merged
merged 18 commits into from
Sep 16, 2024
Prev Previous commit
Next Next commit
Fix tests : timeout --> port
  • Loading branch information
Cédric Moreau committed Sep 16, 2024
commit bb13528c1bd9c547e7a44cea6b15ab0334c16000
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