You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/12/12 12:57:36 UTC

[openwhisk-runtime-ruby] branch master updated: Update for action version. (#38)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-ruby.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e092fd  Update for action version. (#38)
4e092fd is described below

commit 4e092fd2c414512af37907ba8cdc0ed29fe0ee0f
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Thu Dec 12 04:57:26 2019 -0800

    Update for action version. (#38)
    
    See https://github.com/apache/openwhisk/pull/4761.
---
 tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala b/tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala
index 68146bd..c93d5a4 100644
--- a/tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala
+++ b/tests/src/test/scala/actionContainers/Ruby25ActionContainerTests.scala
@@ -106,6 +106,7 @@ class Ruby25ActionContainerTests extends BasicActionRunnerTests with WskActorSys
         |       "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']
         |  }