Skip to content

Commit

Permalink
fix: variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
apla committed Jun 12, 2024
1 parent c1edd3b commit 3b442db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AccessNode.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Describe "Import-Module BoxFormingAccessNode" {
}

It "Should create new local user" {
New-RemoteAdminUser -Username $Username -Password $Password
New-RemoteAdminUser -Username $BoxUsername -Password $BoxPassword
Import-ClientAuthCert -File "$env:HOMEDRIVE$env:HOMEPATH\$BoxUsername.crt.pem" -Password $BoxPassword
}

Expand Down

0 comments on commit 3b442db

Please sign in to comment.