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 9509e22 commit e35d416Copy full SHA for e35d416
wmi-adapter/Tests/wmi.tests.ps1
@@ -47,7 +47,7 @@ Describe 'WMI adapter resource tests' {
47
}
48
49
It 'Example config works' -Skip:(!$IsWindows) {
50
- $configPath = Join-Path $PSScriptRoot '..\..\configurations\windows_inventory.dsc.yaml'
+ $configPath = Join-Path $PSScriptRoot '..\..\configurations\windows\windows_inventory.dsc.yaml'
51
$r = dsc config get -p $configPath
52
$LASTEXITCODE | Should -Be 0
53
$r | Should -Not -BeNullOrEmpty
0 commit comments