This is an automated email from the ASF dual-hosted git repository. rabbah pushed a commit to branch rabbah-patch-3 in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-ruby.git
commit c150a16d2c1cef4729680ebe72cda8e9d5f8ccec Author: rodric rabbah <rod...@gmail.com> AuthorDate: Tue Dec 3 10:12:13 2019 -0500 Update for action version. See https://github.com/apache/openwhisk/pull/4761. Why do we have a loop and non loop version? Can't we reuse the one copy of this code? --- .../src/test/scala/actionContainers/Ruby26ActionLoopContainerTests.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/src/test/scala/actionContainers/Ruby26ActionLoopContainerTests.scala b/tests/src/test/scala/actionContainers/Ruby26ActionLoopContainerTests.scala index de8caec..a5ed68d 100644 --- a/tests/src/test/scala/actionContainers/Ruby26ActionLoopContainerTests.scala +++ b/tests/src/test/scala/actionContainers/Ruby26ActionLoopContainerTests.scala @@ -65,6 +65,7 @@ class Ruby26ActionLoopContainerTests extends BasicActionRunnerTests with WskActo | "api_key" => ENV['__OW_API_KEY'], | "namespace" => ENV['__OW_NAMESPACE'], | "action_name" => ENV['__OW_ACTION_NAME'], + | "action_version" => ENV['__OW_ACTION_VERSION'], | "activation_id" => ENV['__OW_ACTIVATION_ID'], | "deadline" => ENV['__OW_DEADLINE'] | }