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 27b81f9 commit 3717af6Copy full SHA for 3717af6
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