We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e706be2 commit b4b0baeCopy full SHA for b4b0bae
1 file changed
test/SavePSResourceTests/SavePSResourceV3.Tests.ps1
@@ -157,7 +157,7 @@ Describe 'Test HTTP Save-PSResource for V3 Server Protocol' -tags 'CI' {
157
158
It "Save module and its dependencies" {
159
$DebugPreference = 'Continue'
160
- $res = Save-PSResource 'TestModuleWithDependencyE' -Repository $NuGetGalleryName -TrustRepository -PassThru -Debug -Verbose
+ $res = Save-PSResource 'TestModuleWithDependencyE' -Repository $NuGetGalleryName -TrustRepository -PassThru -Confirm:$false -Debug -Verbose
161
$res.Length | Should -Be 4
162
}
163
0 commit comments