Skip to content

Commit

Permalink
Forgot to uncomment credential.ps1 (again...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Moreau committed Sep 17, 2024
1 parent 605d6e1 commit 4ec58e0
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 @@ -68,7 +68,7 @@ $script:pester_userradiusserver2 = "pesterradiusserver2.powerfgt"
$script:pester_userradiusserver3 = "pesterradiusserver3.powerfgt"
$script:pester_userradius_secret = ConvertTo-SecureString "pester_userradiussecret" -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 4ec58e0

Please sign in to comment.