commit | c150a16d2c1cef4729680ebe72cda8e9d5f8ccec | [log] [tgz] |
---|---|---|
author | rodric rabbah <rodric@gmail.com> | Tue Dec 03 10:12:13 2019 -0500 |
committer | GitHub <noreply@github.com> | Tue Dec 03 10:12:13 2019 -0500 |
tree | e46fe5d9a467e03ffc975c51782904fc26552fac | |
parent | b82f89f5cdd591b707302570a8ad4b5235a49d8c [diff] |
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?
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 @@ | "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'] | }