Skip to content

Commit

Permalink
Uncomment credential.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Moreau committed Sep 16, 2024
1 parent d60b179 commit 110ec05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $script:pester_usertacacsserver2 = "pestertacacsserver2.powerfgt"
$script:pester_usertacacsserver3 = "pestertacacsserver3.powerfgt"
$script:pester_usertacacs_key = ConvertTo-SecureString "pester_usertacacskey" -AsPlainText -Force

#. ../credential.ps1
. ../credential.ps1
#TODO: Add check if no ipaddress/login/password info...

$script:mysecpassword = ConvertTo-SecureString $password -AsPlainText -Force
Expand Down

0 comments on commit 110ec05

Please sign in to comment.