Skip to content

Commit 9edfaef

Browse files
author
Andrew
committed
Updated test for missing 'requires'
1 parent e71062e commit 9edfaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_group_resource/tests/provider.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Describe 'Resource provider tests' {
5656
$env:PATH += [System.IO.Path]::PathSeparator + (Resolve-Path (Resolve-Path $TestDrive -Relative))
5757

5858
$out = dsc resource list *invalid* 2>&1
59-
$LASTEXITCODE | Should -Be 2
59+
$LASTEXITCODE | Should -Be 0
6060
,$out | Should -Match ".*?'requires'*"
6161
}
6262
finally {

0 commit comments

Comments
 (0)