Skip to content

Commit 01ab760

Browse files
committed
Remove GH pkgs logging
1 parent 7f5f0ae commit 01ab760

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Describe 'Test HTTP Find-PSResource for Github Packages Server' -tags 'CI' {
2424
}
2525

2626
It "find resource given specific Name, Version null" {
27-
$repo = Get-PSResourceRepository $GithubPackagesRepoName
28-
Write-Error "Repo: $repo; repo credential provider: $($repo.CredentialProvider)"
2927
# FindName()
3028
$res = Find-PSResource -Name $testModuleName -Repository $GithubPackagesRepoName -Credential $credential
3129
$res.Name | Should -Be $testModuleName

0 commit comments

Comments
 (0)