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-python.git
The following commit(s) were added to refs/heads/master by this push:
new 248efb5 Update for action version. (#76)
248efb5 is described below
commit 248efb5f74ca3774b909804963408ee7d093bfc4
Author: rodric rabbah <[email protected]>
AuthorDate: Thu Dec 12 05:19:02 2019 -0800
Update for action version. (#76)
See https://github.com/apache/openwhisk/pull/4761.
---
.../test/scala/runtime/actionContainers/PythonActionContainerTests.scala | 1 +
1 file changed, 1 insertion(+)
diff --git
a/tests/src/test/scala/runtime/actionContainers/PythonActionContainerTests.scala
b/tests/src/test/scala/runtime/actionContainers/PythonActionContainerTests.scala
index 132811b..8adbabc 100644
---
a/tests/src/test/scala/runtime/actionContainers/PythonActionContainerTests.scala
+++
b/tests/src/test/scala/runtime/actionContainers/PythonActionContainerTests.scala
@@ -106,6 +106,7 @@ class PythonActionContainerTests extends
BasicActionRunnerTests with WskActorSys
| "api_key": os.environ['__OW_API_KEY'],
| "namespace": os.environ['__OW_NAMESPACE'],
| "action_name": os.environ['__OW_ACTION_NAME'],
+ | "action_version": os.environ['__OW_ACTION_VERSION'],
| "activation_id": os.environ['__OW_ACTIVATION_ID'],
| "deadline": os.environ['__OW_DEADLINE']
| }