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-java.git


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

commit 45d642e422f31ff7e1e2b2693407f5a43226d732
Author: rodric rabbah <rod...@gmail.com>
AuthorDate: Thu Dec 12 04:30:51 2019 -0800

    Update for action version. (#105)
    
    See https://github.com/apache/openwhisk/pull/4761.
    
    @sciabarracom why do we have two copies of these tests (loop and non loop)?
---
 tests/src/test/scala/actionContainers/JavaActionLoopSourceTests.scala | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/tests/src/test/scala/actionContainers/JavaActionLoopSourceTests.scala 
b/tests/src/test/scala/actionContainers/JavaActionLoopSourceTests.scala
index ec627b5..ee39ba4 100644
--- a/tests/src/test/scala/actionContainers/JavaActionLoopSourceTests.scala
+++ b/tests/src/test/scala/actionContainers/JavaActionLoopSourceTests.scala
@@ -56,6 +56,7 @@ class JavaActionLoopSourceTests extends 
BasicActionRunnerTests with WskActorSyst
           |         response.addProperty("api_key", 
System.getenv("__OW_API_KEY"));
           |         response.addProperty("namespace", 
System.getenv("__OW_NAMESPACE"));
           |         response.addProperty("action_name", 
System.getenv("__OW_ACTION_NAME"));
+          |         response.addProperty("action_version", 
System.getenv("__OW_ACTION_VERSION"));
           |         response.addProperty("activation_id", 
System.getenv("__OW_ACTIVATION_ID"));
           |         response.addProperty("deadline", 
System.getenv("__OW_DEADLINE"));
           |         return response;

Reply via email to