From d30eb5689b8c41928d26469da773de034dddc5e8 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Tue, 18 Jun 2024 15:08:16 +0200 Subject: [PATCH] Adjust to updated GDS behavior. --- __tests__/gds.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/gds.test.ts b/__tests__/gds.test.ts index b5b8911..3fc7eea 100644 --- a/__tests__/gds.test.ts +++ b/__tests__/gds.test.ts @@ -35,7 +35,7 @@ test('errors when downloading artifacts', async () => { await expect( downloadGraalVMEELegacy('invalid', '22.1.0', '11') ).rejects.toThrow( - 'The provided "gds-token" was rejected (reason: "Invalid download token", opc-request-id: /' + 'The provided "gds-token" was rejected (reason: "Invalid download token", opc-request-id: ' ) await expect( downloadGraalVMEELegacy('invalid', '1.0.0', '11')