Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Nov 3, 2024
1 parent f3ebf4a commit ca2d441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsc/tests/dsc_functions.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Describe 'tests for function expressions' {
properties:
output: "[path($path)]"
"@
$out = $config_yaml | dsc config --target-path $PSHOME get | ConvertFrom-Json
$out = $config_yaml | dsc config --system-root $PSHOME get | ConvertFrom-Json
$out.results[0].result.actualState.output | Should -BeExactly $expected
}

Expand Down

0 comments on commit ca2d441

Please sign in to comment.