diff --git a/plugins/techdocs-node/src/stages/publish/azureBlobStorage.test.ts b/plugins/techdocs-node/src/stages/publish/azureBlobStorage.test.ts index cfb527715b..50e0863f3c 100644 --- a/plugins/techdocs-node/src/stages/publish/azureBlobStorage.test.ts +++ b/plugins/techdocs-node/src/stages/publish/azureBlobStorage.test.ts @@ -398,7 +398,7 @@ describe('AzureBlobStoragePublish', () => { expect(logger.error).toHaveBeenCalledWith( expect.stringContaining( - `Error: Upload failed for ${path.join( + `Upload failed for ${path.join( directory, '404.html', )} with status code 500`,