Skip to content

Commit

Permalink
Fix tests : secret --> key
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Moreau committed Sep 16, 2024
1 parent 7fe405c commit d60b179
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 @@ -336,7 +336,7 @@ Describe "Remove User TACACS" {
Context "local" {

BeforeEach {
Add-FGTUserTACACS -Name $pester_usertacacs -server $pester_usertacacsserver1 -secret $pester_usertacacs_key
Add-FGTUserTACACS -Name $pester_usertacacs -server $pester_usertacacsserver1 -key $pester_usertacacs_key
}

It "Remove User TACACS $pester_usertacacs by pipeline" {
Expand Down

0 comments on commit d60b179

Please sign in to comment.