Skip to content

Commit 666862a

Browse files
committed
Runner hides length
1 parent fc4d712 commit 666862a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,6 @@ Describe 'PowerShell adapter resource tests' {
253253
$out = dsc config get -i $yaml | ConvertFrom-Json
254254
$LASTEXITCODE | Should -Be 0
255255
$out.results.result.actualstate.Credential.UserName | Should -Be 'User'
256-
$out.results.result.actualState.result.Credential.Password.Length | Should -Be 8
256+
$out.results.result.actualState.result.Credential.Password.Length | Should -Not -BeNullOrEmpty
257257
}
258258
}

0 commit comments

Comments
 (0)