We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a259150 commit 975d918Copy full SHA for 975d918
test/FindPSResourceTests/FindPSResourceV3Server.Tests.ps1
@@ -272,7 +272,7 @@ Describe 'Test HTTP Find-PSResource for V3 Server Protocol' -tags 'CI' {
272
}
273
274
It "should support AWS CodeArtifact with find all resources given Name '*'" {
275
- Register-PSResourceRepository -Name $AWSCodeArtifactGalleryName -Uri $AWSCodeArtifactGalleryLocation
+ Register-PSResourceRepository -Name $AWSCodeArtifactGalleryName -Uri $AWSCodeArtifactGalleryLocation
276
$res = Find-PSResource -Name "*" -Repository $AWSCodeArtifactGalleryName -ErrorVariable err -ErrorAction SilentlyContinue
277
Unregister-PSResourceRepository -Name $AWSCodeArtifactGalleryName
278
$res | Should -BeNullOrEmpty
0 commit comments