Adjust to updated GDS behavior.
This commit is contained in:
committed by
Fabio Niephaus
parent
bafd5b75bd
commit
010c924385
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user