From 20f7d98fdfba275bc3e5c88be0b7cdec956df2aa Mon Sep 17 00:00:00 2001 From: Dominic Kim Date: Thu, 17 Aug 2023 09:48:27 +0900 Subject: [PATCH] Update the nodejs action kind (#5434) --- .../v2/test/FunctionPullingContainerPoolTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/test/scala/org/apache/openwhisk/core/containerpool/v2/test/FunctionPullingContainerPoolTests.scala b/tests/src/test/scala/org/apache/openwhisk/core/containerpool/v2/test/FunctionPullingContainerPoolTests.scala index e1da77e6323..1aa85ad9e79 100644 --- a/tests/src/test/scala/org/apache/openwhisk/core/containerpool/v2/test/FunctionPullingContainerPoolTests.scala +++ b/tests/src/test/scala/org/apache/openwhisk/core/containerpool/v2/test/FunctionPullingContainerPoolTests.scala @@ -99,7 +99,7 @@ class FunctionPullingContainerPoolTests // those for the behavior testing here, as none of the contents will really // reach a container anyway. We merely assert that passing and extraction of // the values is done properly. - private val actionKind = "nodejs:8" + private val actionKind = "nodejs:20" private val exec = CodeExecAsString(RuntimeManifest(actionKind, ImageName("testImage")), "testCode", None) private val memoryLimit = MemoryLimit.STD_MEMORY.toMB.MB private val whiskAction = WhiskAction(EntityPath("actionSpace"), EntityName("actionName"), exec)