Skip to content

Commit 2aaaa43

Browse files
committed
test: fix node key binary version
1 parent cb05c71 commit 2aaaa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/kubernetes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ tap.test('snyk-monitor sends binary hashes to kubernetes-upstream after adding a
143143
t.equals(nodePluginResult.hashes.length, 1, 'one key-binary hash found in node image');
144144
t.equals(
145145
nodePluginResult.hashes[0],
146-
'45cf3343b95cb067dec6d64ccc848f48b598baffed5b12be1d14142d087da0e8',
146+
'6d5847d3cd69dfdaaf9dd2aa8a3d30b1a9b3bfa529a1f5c902a511e1aa0b8f55',
147147
'SHA256 for whatever Node is on node:lts-alpine3.11',
148148
);
149149

0 commit comments

Comments
 (0)