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

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


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

commit 26e0eae825ab79c362d3da5e035a7a16cd462828
Author: rodric rabbah <[email protected]>
AuthorDate: Thu Dec 12 06:36:13 2019 -0800

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

diff --git 
a/tests/src/test/scala/runtime/actionContainers/NodeJsActionContainerTests.scala
 
b/tests/src/test/scala/runtime/actionContainers/NodeJsActionContainerTests.scala
index a3d493d..32fdd6e 100644
--- 
a/tests/src/test/scala/runtime/actionContainers/NodeJsActionContainerTests.scala
+++ 
b/tests/src/test/scala/runtime/actionContainers/NodeJsActionContainerTests.scala
@@ -80,6 +80,7 @@ abstract class NodeJsActionContainerTests extends 
BasicActionRunnerTests with Ws
         |       "api_key": process.env['__OW_API_KEY'],
         |       "namespace": process.env['__OW_NAMESPACE'],
         |       "action_name": process.env['__OW_ACTION_NAME'],
+        |       "action_version": process.env['__OW_ACTION_VERSION'],
         |       "activation_id": process.env['__OW_ACTIVATION_ID'],
         |       "deadline": process.env['__OW_DEADLINE']
         |    }

Reply via email to