Skip to content

Commit dfe988d

Browse files
author
anamnavi
committed
fix version in test
1 parent 51c50aa commit dfe988d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PublishPSResourceTests/PublishPSResourceContainerRegistryServer.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ Describe "Test Publish-PSResource" -tags 'CI' {
570570
}
571571

572572
It "Publish a package should always require authentication" {
573-
$version = "1.0.0"
573+
$version = "15.0.0"
574574
New-ModuleManifest -Path (Join-Path -Path $script:PublishModuleBase -ChildPath "$script:PublishModuleName.psd1") -ModuleVersion $version -Description "$script:PublishModuleName module"
575575

576576
Publish-PSResource -Path $script:PublishModuleBase -Repository $ACRRepoName -InformationVariable isRegistryUnauthenticated

0 commit comments

Comments
 (0)