Skip to content

Commit e35d416

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix path
1 parent 9509e22 commit e35d416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wmi-adapter/Tests/wmi.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Describe 'WMI adapter resource tests' {
4747
}
4848

4949
It 'Example config works' -Skip:(!$IsWindows) {
50-
$configPath = Join-Path $PSScriptRoot '..\..\configurations\windows_inventory.dsc.yaml'
50+
$configPath = Join-Path $PSScriptRoot '..\..\configurations\windows\windows_inventory.dsc.yaml'
5151
$r = dsc config get -p $configPath
5252
$LASTEXITCODE | Should -Be 0
5353
$r | Should -Not -BeNullOrEmpty

0 commit comments

Comments
 (0)