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 4ec8a9a commit a19fa99Copy full SHA for a19fa99
dsc/tests/dsc_metadata.tests.ps1
@@ -69,6 +69,6 @@ Describe 'metadata tests' {
69
$out.results.count | Should -Be 1
70
$out.results[0].metadata.validOne | Should -BeTrue
71
$out.results[0].metadata.Microsoft.DSC | Should -BeNullOrEmpty
72
- (Get-Content $TestDrive/error.log) | Should -BeLike "*Resource returned metadata property 'Microsoft.DSC' which is ignored*"
+ (Get-Content $TestDrive/error.log) | Should -BeLike "*WARN*Resource returned metadata property 'Microsoft.DSC' which is ignored*"
73
}
74
0 commit comments