Skip to content

Commit a7c289e

Browse files
committed
Fix up test
1 parent f8e8323 commit a7c289e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

powershell-adapter/Tests/powershellgroup.config.tests.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ Describe 'PowerShell adapter resource tests' {
252252
"@
253253
$out = dsc config get -i $yaml | ConvertFrom-Json
254254
$LASTEXITCODE | Should -Be 0
255-
# $out.results[0].result.actualState.result[0].properties.Credential.UserName | Should -Be 'User'
256-
# $out.results[0].result.actualState.result[0].properties.Credential.Password | Should -BeNullOrEmpty
255+
$out.results[0].result.actualState.result[0].properties.Credential.UserName | Should -Be 'User'
257256
}
258257
}

0 commit comments

Comments
 (0)