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 d884188 commit 7abf659Copy full SHA for 7abf659
powershell-adapter/Tests/win_powershellgroup.tests.ps1
@@ -125,6 +125,6 @@ resources:
125
$out = dsc config test -i $yaml
126
$res = $out | ConvertFrom-Json
127
$LASTEXITCODE | Should -Be 0
128
- $out.results[0].result.inDesiredState | Should -Be $inDesiredState -Because ($out | Out-String)
+ $res.results[0].result.inDesiredState | Should -Be $inDesiredState -Because ($out | Out-String)
129
}
130
0 commit comments