Skip to content

Commit 766da94

Browse files
committed
fix test
1 parent 0592d39 commit 766da94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_metadata.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ Describe 'metadata tests' {
6969
$out.results.count | Should -Be 1
7070
$out.results[0].metadata.validOne | Should -BeTrue
7171
$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*"
72+
(Get-Content $TestDrive/error.log) | Should -BeLike "*WARN*Resource returned '_metadata' property 'Microsoft.DSC' which is ignored*"
7373
}
7474
}

0 commit comments

Comments
 (0)