Skip to content

Commit 00ae1d0

Browse files
committed
Fix test
1 parent f659b15 commit 00ae1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_extension_secret.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@ Describe 'Tests for the secret() function and extensions' {
148148
$out = dsc -l trace config get -i $configYaml 2> $TestDrive/error.log | ConvertFrom-Json
149149
$LASTEXITCODE | Should -Be 0
150150
$out.results.Count | Should -Be 1
151-
$out.results[0].result.actualState.Output | Should -BeExactly 'World'
151+
$out.results[0].result.actualState.Output | Should -BeExactly 'Hello'
152152
}
153153
}

0 commit comments

Comments
 (0)