File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
adapters/powershell/Tests Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,8 @@ Describe 'PowerShell adapter resource tests' {
126126 $res.resources [0 ].properties.result.count | Should - Be 1
127127 $res.resources [0 ].properties.result[0 ].Name | Should - Be " FilteredExport"
128128 $res.resources [0 ].properties.result[0 ].Prop1 | Should - Be " Filtered Property for FilteredExport"
129- " $TestDrive /export_trace.txt" | Should - FileContentMatch " Properties provided for filtered export" - Because (Get-Content - Raw - Path $TestDrive / export_trace.txt)
129+ $traceLog = Get-Content - Raw - Path " $TestDrive /export_trace.txt"
130+ $traceLog | Should - BeLike " *Properties provided for filtered export*" - Because $traceLog
130131 }
131132
132133 It ' Export fails when filtered export is requested but not implemented' {
You can’t perform that action at this time.
0 commit comments