We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dabdb9 commit d01d0b2Copy full SHA for d01d0b2
dsc/tests/dsc_config_test.tests.ps1
@@ -83,6 +83,6 @@ Describe 'dsc config test tests' {
83
$null = dsc config test -i $configYaml 2> "$TestDrive/trace.log"
84
$LASTEXITCODE | Should -Be 2
85
$log = Get-Content "$TestDrive/trace.log" -Raw
86
- $log | Should -Match ".*Resource named 'MyTest' is specified more than once.*" -Because ($log | Out-String)
+ $log | Should -Match ".*Resource named 'MyTest' for type 'Microsoft.DSC.Debug/Echo' is specified more than once.*" -Because ($log | Out-String)
87
}
88
0 commit comments