1 parent 38ac1f1 commit c8d1adeCopy full SHA for c8d1ade
1 file changed
.github/actions/Publish-PSModule/tests/Publish-PSModule.Recovery.Tests.ps1
@@ -122,7 +122,7 @@ Describe 'Publish-PSModule recovery' {
122
123
# A transient Gallery failure carries a different error ID and must not be mistaken for
124
# 'version not published', otherwise an already-published version would be re-uploaded.
125
- Write-Error -Message "Error occured while trying to find '$Name' '$Version' in repository '$Repository': Service Unavailable" `
+ Write-Error -Message "Failed to find '$Name' '$Version' in repository '$Repository': Service Unavailable" `
126
-ErrorId 'HttpRequestCallFailure' -Category ResourceUnavailable -TargetObject $Name
127
}
128
0 commit comments