Skip to content

Commit 339765f

Browse files
committed
remove trace during test
1 parent 138ff9e commit 339765f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_include.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Describe 'Include tests' {
173173
configurationFile: $nestedIncludeConfigPath
174174
"@
175175

176-
$out = $includeConfig | dsc -l trace config get | ConvertFrom-Json
176+
$out = $includeConfig | dsc config get | ConvertFrom-Json
177177
$LASTEXITCODE | Should -Be 0
178178
$out.results[0].result[0].result.actualState.output | Should -Be 'one'
179179
$out.results[1].result[0].name | Should -Be 'nested'

0 commit comments

Comments
 (0)