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 fbc50a1 commit d1a3d0dCopy full SHA for d1a3d0d
dsc/tests/dsc_discovery.tests.ps1
@@ -127,7 +127,7 @@ Describe 'tests for resource discovery' {
127
$TestClassResourcePath = Resolve-Path "$PSScriptRoot/../../powershell-adapter/Tests"
128
$env:DSC_RESOURCE_PATH = $null
129
$env:PSModulePath += [System.IO.Path]::PathSeparator + $TestClassResourcePath
130
- "{'Name':'TestClassResource1'}" | dsc -l trace resource get -r 'TestClassResource/TestClassResource' | Out-Null
+ "{'Name':'TestClassResource1'}" | dsc resource get -r 'TestClassResource/TestClassResource' | Out-Null
131
132
Test-Path $script:lookupTableFilePath -PathType Leaf | Should -BeTrue
133
$script:lookupTableFilePath | Should -FileContentMatchExactly 'testclassresource/testclassresource'
0 commit comments