Skip to content

Commit a4dc544

Browse files
author
Andrew
committed
Clppy fix 3
1 parent 4f1be99 commit a4dc544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_resource_list.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Describe 'Tests for listing resources' {
5959
}
6060

6161
It 'json progress for resource subcommand' {
62-
dsc --progress-format json resource list -a '*' 2> $TestDrive/ErrorStream.txt
62+
dsc -t json -p json resource list -a '*' 2> $TestDrive/ErrorStream.txt
6363
$LASTEXITCODE | Should -Be 0
6464
$lines = Get-Content $TestDrive/ErrorStream.txt
6565
$ProgressMessagesFound = $False

0 commit comments

Comments
 (0)