Skip to content

Commit

Permalink
Update test/FindPSResourceTests/FindPSResourceV3Server.Tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson authored Sep 11, 2024
1 parent a259150 commit 975d918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FindPSResourceTests/FindPSResourceV3Server.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Describe 'Test HTTP Find-PSResource for V3 Server Protocol' -tags 'CI' {
}

It "should support AWS CodeArtifact with find all resources given Name '*'" {
Register-PSResourceRepository -Name $AWSCodeArtifactGalleryName -Uri $AWSCodeArtifactGalleryLocation
Register-PSResourceRepository -Name $AWSCodeArtifactGalleryName -Uri $AWSCodeArtifactGalleryLocation
$res = Find-PSResource -Name "*" -Repository $AWSCodeArtifactGalleryName -ErrorVariable err -ErrorAction SilentlyContinue
Unregister-PSResourceRepository -Name $AWSCodeArtifactGalleryName
$res | Should -BeNullOrEmpty
Expand Down

0 comments on commit 975d918

Please sign in to comment.