From 6c3d72f0f9ab7b8c2877a9226a5b7e1cdc274780 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Tue, 5 Jul 2022 00:41:22 -0700 Subject: [PATCH] add digest (#1549) Signed-off-by: mihaisc --- test/integration/ComputeFlow.test.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index 01e00f70..69716a2d 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -175,7 +175,8 @@ const algoDdoWithNoTimeout = { entrypoint: 'node $ALGO', image: 'ubuntu', tag: 'latest', - checksum: '44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550' + checksum: + 'sha256:bace9fb0d5923a675c894d5c815da75ffe35e24970166a48a4460a48ae6e0d19' } } }, @@ -216,7 +217,8 @@ const algoDdoWith1mTimeout = { entrypoint: 'node $ALGO', image: 'ubuntu', tag: 'latest', - checksum: '44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550' + checksum: + 'sha256:bace9fb0d5923a675c894d5c815da75ffe35e24970166a48a4460a48ae6e0d19' } } },