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 0592d39 commit 766da94Copy full SHA for 766da94
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 "*WARN*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