diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index d2305d27..5d3a7c79 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -154,7 +154,8 @@ const algoDdoWithNoTimeout = { entrypoint: 'node $ALGO', image: 'ubuntu', tag: 'latest', - checksum: '44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550' + checksum: + 'sha256:bace9fb0d5923a675c894d5c815da75ffe35e24970166a48a4460a48ae6e0d19' } } }, @@ -195,7 +196,8 @@ const algoDdoWith1mTimeout = { entrypoint: 'node $ALGO', image: 'ubuntu', tag: 'latest', - checksum: '44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550' + checksum: + 'sha256:bace9fb0d5923a675c894d5c815da75ffe35e24970166a48a4460a48ae6e0d19' } } },