Skip to content

Commit 2abd9dd

Browse files
committed
Add debug line
1 parent c6a21e8 commit 2abd9dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ Describe 'PowerShell adapter resource tests' {
251251
Password: 'Password'
252252
"@
253253
$out = dsc config get -i $yaml | ConvertFrom-Json
254+
Write-Verbose -Message ($out | ConvertTo-Json -Depth 10 | Out-String) -Verbose
254255
$LASTEXITCODE | Should -Be 0
255256
$out.results.result.actualState.result.properties.Credential.UserName | Should -Be 'User'
256257
$out.results.result.actualState.result.properties.Credential.Password.Length | Should -Not -BeNullOrEmpty

0 commit comments

Comments
 (0)