Adjust to updated GDS behavior.

This commit is contained in:
Fabio Niephaus 2024-06-18 15:08:16 +02:00 committed by Fabio Niephaus
parent bafd5b75bd
commit 010c924385

View File

@ -35,7 +35,7 @@ test('errors when downloading artifacts', async () => {
await expect( await expect(
downloadGraalVMEELegacy('invalid', '22.1.0', '11') downloadGraalVMEELegacy('invalid', '22.1.0', '11')
).rejects.toThrow( ).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( await expect(
downloadGraalVMEELegacy('invalid', '1.0.0', '11') downloadGraalVMEELegacy('invalid', '1.0.0', '11')