Skip to content

Commit 9606c51

Browse files
committed
Updated PublishPSResourceADOServer.Tests.ps1
1 parent 0873b4a commit 9606c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PublishPSResourceTests/PublishPSResourceADOServer.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ Describe "Test Publish-PSResource" -tags 'CI' {
106106

107107
Publish-PSResource -Path $script:PublishModuleBase -Repository $ADOPrivateRepoName -Credential $incorrectRepoCred -ErrorAction SilentlyContinue
108108

109-
$Error[0].FullyQualifiedErrorId | Should -be "ProtocolFailureError,Microsoft.PowerShell.PSResourceGet.Cmdlets.PublishPSResource"
109+
$Error[0].FullyQualifiedErrorId | Should -be "ProtocolFailError,Microsoft.PowerShell.PSResourceGet.Cmdlets.PublishPSResource"
110110
}
111111
}

0 commit comments

Comments
 (0)