From 2ec6199743174e7ac2eb5f338a03de3d8f686d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Thu, 9 Nov 2023 10:12:51 +0100 Subject: [PATCH] oops, deleted too little of the text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .../techdocs-node/src/stages/publish/azureBlobStorage.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`,