Skip to content

Commit ca2d441

Browse files
committed
fix test
1 parent f3ebf4a commit ca2d441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_functions.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Describe 'tests for function expressions' {
3939
properties:
4040
output: "[path($path)]"
4141
"@
42-
$out = $config_yaml | dsc config --target-path $PSHOME get | ConvertFrom-Json
42+
$out = $config_yaml | dsc config --system-root $PSHOME get | ConvertFrom-Json
4343
$out.results[0].result.actualState.output | Should -BeExactly $expected
4444
}
4545

0 commit comments

Comments
 (0)