Skip to content

Commit e063a97

Browse files
committed
uncomment cred provider tests
1 parent 317463d commit e063a97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/CredentialProvider.Tests.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Describe 'Test Azure Artifacts Credential Provider' -tags 'CI' {
2222

2323
Get-RevertPSResourceRepositoryFile
2424
}
25-
<#
25+
2626
It "Find resource given specific Name and Repository" {
2727
$res = Find-PSResource -Name $TestModuleName -Repository $ADORepoName -Verbose
2828
$res.Name | Should -Be $TestModuleName
@@ -71,5 +71,4 @@ Describe 'Test Azure Artifacts Credential Provider' -tags 'CI' {
7171
$repo = Get-PSResourceRepository -Name $ADORepoName
7272
$repo.CredentialProvider | Should -Be "None"
7373
}
74-
#>
7574
}

0 commit comments

Comments
 (0)