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 d1a3d0d commit 79c0a0aCopy full SHA for 79c0a0a
dsc/tests/dsc_discovery.tests.ps1
@@ -111,7 +111,7 @@ Describe 'tests for resource discovery' {
111
112
# perform List on an adapter - this should create adapter lookup table file
113
dsc resource list -a Microsoft.DSC/PowerShell | Out-Null
114
-
+ gc -raw $script:lookupTableFilePath
115
$script:lookupTableFilePath | Should -FileContentMatchExactly 'Microsoft.DSC/PowerShell'
116
Test-Path $script:lookupTableFilePath -PathType Leaf | Should -BeTrue
117
}
0 commit comments