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 f659b15 commit 00ae1d0Copy full SHA for 00ae1d0
dsc/tests/dsc_extension_secret.tests.ps1
@@ -148,6 +148,6 @@ Describe 'Tests for the secret() function and extensions' {
148
$out = dsc -l trace config get -i $configYaml 2> $TestDrive/error.log | ConvertFrom-Json
149
$LASTEXITCODE | Should -Be 0
150
$out.results.Count | Should -Be 1
151
- $out.results[0].result.actualState.Output | Should -BeExactly 'World'
+ $out.results[0].result.actualState.Output | Should -BeExactly 'Hello'
152
}
153
0 commit comments