We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be9f4c commit 4981e99Copy full SHA for 4981e99
1 file changed
test/DscResource/PSResourceGetDSCResource.Tests.ps1
@@ -350,7 +350,7 @@ Describe 'E2E tests for PSResourceList resource' -Tags 'CI' {
350
}
351
352
$configPath = Join-Path -Path $PSScriptRoot -ChildPath 'configs/psresourcegetlist.install.dsc.yaml'
353
- & $script:dscExe -l trace config set -f $configPath
+ & $script:dscExe config set -f $configPath
354
355
if ($isOnWindowsPowerShell) {
356
$psresource = pwsh -Command "Get-PSResource -Name 'testmodule99' -ErrorAction SilentlyContinue -Version '0.0.93'"
0 commit comments