Add test case for when the uploadFile fails on the blobclient

This commit is contained in:
John Sudol
2024-11-27 01:45:46 +00:00
parent 5d0a4af70a
commit b050504b2d
2 changed files with 46 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ export async function uploadCacheFile(
if (resp._response.status >= 400) {
throw new InvalidResponseError(
`Upload failed with status code: ${resp._response.status}`
`Upload failed with status code ${resp._response.status}`
)
}