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 cf7cf52 commit 39e0ff8Copy full SHA for 39e0ff8
test/FindPSResourceTests/FindPSResourceV2Server.Tests.ps1
@@ -5,7 +5,7 @@ $modPath = "$psscriptroot/../PSGetTestUtils.psm1"
5
Import-Module $modPath -Force -Verbose
6
7
$psmodulePaths = $env:PSModulePath -split ';'
8
-Write-Verbose -Verbose "Current module search paths: $psmodulePaths"
+Write-Verbose -Verbose -Message "Current module search paths: $psmodulePaths"
9
10
Describe 'Test HTTP Find-PSResource for V2 Server Protocol' -tags 'CI' {
11
0 commit comments