Skip to content

Commit b4b0bae

Browse files
committed
add confirm false to test
1 parent e706be2 commit b4b0bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/SavePSResourceTests/SavePSResourceV3.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Describe 'Test HTTP Save-PSResource for V3 Server Protocol' -tags 'CI' {
157157

158158
It "Save module and its dependencies" {
159159
$DebugPreference = 'Continue'
160-
$res = Save-PSResource 'TestModuleWithDependencyE' -Repository $NuGetGalleryName -TrustRepository -PassThru -Debug -Verbose
160+
$res = Save-PSResource 'TestModuleWithDependencyE' -Repository $NuGetGalleryName -TrustRepository -PassThru -Confirm:$false -Debug -Verbose
161161
$res.Length | Should -Be 4
162162
}
163163

0 commit comments

Comments
 (0)