Skip to content

Commit 279992d

Browse files
authored
Update for action version. (#104)
See apache/openwhisk#4761.
1 parent 45d642e commit 279992d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/src/test/scala/actionContainers/JavaActionContainerTests.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class JavaActionContainerTests extends BasicActionRunnerTests with WskActorSyste
6767
| response.addProperty("api_key", System.getenv("__OW_API_KEY"));
6868
| response.addProperty("namespace", System.getenv("__OW_NAMESPACE"));
6969
| response.addProperty("action_name", System.getenv("__OW_ACTION_NAME"));
70+
| response.addProperty("action_version", System.getenv("__OW_ACTION_VERSION"));
7071
| response.addProperty("activation_id", System.getenv("__OW_ACTIVATION_ID"));
7172
| response.addProperty("deadline", System.getenv("__OW_DEADLINE"));
7273
| return response;

0 commit comments

Comments
 (0)