Skip to content

Commit 978e6cb

Browse files
committed
fix test
1 parent e06db28 commit 978e6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_args.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,6 @@ resources:
291291
It 'Invalid --system-root' {
292292
dsc config --system-root /invalid/path get -f "$PSScriptRoot/../examples/groups.dsc.yaml" 2> $TestDrive/tracing.txt
293293
$LASTEXITCODE | Should -Be 1
294-
"$TestDrive/tracing.txt" | Should -FileContentMatchExactly "Target path '/invalid/path' does not exist"
294+
"$TestDrive/tracing.txt" | Should -FileContentMatchExactly "Target path does not exist: '/invalid/path'"
295295
}
296296
}

0 commit comments

Comments
 (0)