From 01ab7603ef0a664aaa3af04888a232cc9b8e1ad8 Mon Sep 17 00:00:00 2001 From: alerickson <25858831+alerickson@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:35:22 -0800 Subject: [PATCH] Remove GH pkgs logging --- test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1 b/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1 index 7bc2e09ea..0d1dc4557 100644 --- a/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1 +++ b/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1 @@ -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