Skip to content

Commit 4981e99

Browse files
Remove trace message
1 parent 6be9f4c commit 4981e99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/DscResource/PSResourceGetDSCResource.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Describe 'E2E tests for PSResourceList resource' -Tags 'CI' {
350350
}
351351

352352
$configPath = Join-Path -Path $PSScriptRoot -ChildPath 'configs/psresourcegetlist.install.dsc.yaml'
353-
& $script:dscExe -l trace config set -f $configPath
353+
& $script:dscExe config set -f $configPath
354354

355355
if ($isOnWindowsPowerShell) {
356356
$psresource = pwsh -Command "Get-PSResource -Name 'testmodule99' -ErrorAction SilentlyContinue -Version '0.0.93'"

0 commit comments

Comments
 (0)