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 fc4d712 commit 666862aCopy full SHA for 666862a
powershell-adapter/Tests/powershellgroup.config.tests.ps1
@@ -253,6 +253,6 @@ Describe 'PowerShell adapter resource tests' {
253
$out = dsc config get -i $yaml | ConvertFrom-Json
254
$LASTEXITCODE | Should -Be 0
255
$out.results.result.actualstate.Credential.UserName | Should -Be 'User'
256
- $out.results.result.actualState.result.Credential.Password.Length | Should -Be 8
+ $out.results.result.actualState.result.Credential.Password.Length | Should -Not -BeNullOrEmpty
257
}
258
0 commit comments