Skip to content

Commit

Permalink
Remove GH pkgs logging
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Dec 19, 2024
1 parent 7f5f0ae commit 01ab760
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Describe 'Test HTTP Find-PSResource for Github Packages Server' -tags 'CI' {
}

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

0 comments on commit 01ab760

Please sign in to comment.