We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e8323 commit a7c289eCopy full SHA for a7c289e
powershell-adapter/Tests/powershellgroup.config.tests.ps1
@@ -252,7 +252,6 @@ Describe 'PowerShell adapter resource tests' {
252
"@
253
$out = dsc config get -i $yaml | ConvertFrom-Json
254
$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
+ $out.results[0].result.actualState.result[0].properties.Credential.UserName | Should -Be 'User'
257
}
258
0 commit comments