Skip to content

Commit

Permalink
remove variable not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Moreau committed May 31, 2022
1 parent c626d4f commit fd45029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/integration/UserLocal.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Describe "Configure User Local" {
Context "local" {

BeforeAll {
$userlocal = Add-FGTUserLocal -Name $pester_userlocal -password $pester_userlocalpassword
Add-FGTUserLocal -Name $pester_userlocal -password $pester_userlocalpassword
}

It "Change status userlocal" {
Expand Down

0 comments on commit fd45029

Please sign in to comment.