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')