Skip to content

Commit 975d918

Browse files
authored
Update test/FindPSResourceTests/FindPSResourceV3Server.Tests.ps1
1 parent a259150 commit 975d918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FindPSResourceTests/FindPSResourceV3Server.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Describe 'Test HTTP Find-PSResource for V3 Server Protocol' -tags 'CI' {
272272
}
273273

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

0 commit comments

Comments
 (0)