From f32d446679e4767083c76795cd722de5daf1be46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 8 Nov 2023 09:14:42 +0100 Subject: [PATCH] one more flaky test fixed 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 09b1fcfd31..cfb527715b 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( - `Unable to upload file(s) to Azure. Error: Upload failed for ${path.join( + `Error: Upload failed for ${path.join( directory, '404.html', )} with status code 500`,