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-php.git
The following commit(s) were added to refs/heads/master by this push:
new 0db49c9 Update for action version. (#71)
0db49c9 is described below
commit 0db49c9be9def96b39601398297f8251d0634658
Author: rodric rabbah <[email protected]>
AuthorDate: Thu Dec 12 05:21:53 2019 -0800
Update for action version. (#71)
See https://github.com/apache/openwhisk/pull/4761.
---
.../test/scala/runtime/actionContainers/Php7ActionContainerTests.scala | 1 +
1 file changed, 1 insertion(+)
diff --git
a/tests/src/test/scala/runtime/actionContainers/Php7ActionContainerTests.scala
b/tests/src/test/scala/runtime/actionContainers/Php7ActionContainerTests.scala
index 35181af..0af4983 100644
---
a/tests/src/test/scala/runtime/actionContainers/Php7ActionContainerTests.scala
+++
b/tests/src/test/scala/runtime/actionContainers/Php7ActionContainerTests.scala
@@ -110,6 +110,7 @@ abstract class Php7ActionContainerTests extends
BasicActionRunnerTests with WskA
| "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'],
| ];