Skip to content

Commit 904bd28

Browse files
committed
fix tests
1 parent bfba721 commit 904bd28

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/CredentialProvider.Tests.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Import-Module "$psscriptroot\PSGetTestUtils.psm1" -Force
66
Describe 'Test Azure Artifacts Credential Provider' -tags 'CI' {
77

88
BeforeAll{
9-
$TestModuleName = "TestModule99"
9+
$TestModuleName = "testmodule99"
1010
$ADORepoName = "psrg-credprovidertest"
1111
$ADORepoUri = "https://pkgs.dev.azure.com/powershell-rel/PSResourceGet/_packaging/psrg-credprovidertest/nuget/v2"
1212
#https://pkgs.dev.azure.com/powershell-rel/PSResourceGet/_packaging/psrg-credprovidertest/nuget/v3/index.json
@@ -25,8 +25,6 @@ Describe 'Test Azure Artifacts Credential Provider' -tags 'CI' {
2525
}
2626

2727
It "Find resource given specific Name and Repository" {
28-
Write-Host "Var: $env:VSS_NUGET_EXTERNAL_FEED_ENDPOINTS"
29-
3028
$res = Find-PSResource -Name $TestModuleName -Repository $ADORepoName -Verbose
3129
$res.Name | Should -Be $TestModuleName
3230
}

0 commit comments

Comments
 (0)