Skip to content

Commit 45d642e

Browse files
authored
Update for action version. (#105)
See apache/openwhisk#4761. @sciabarracom why do we have two copies of these tests (loop and non loop)?
1 parent d0fcc5b commit 45d642e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/src/test/scala/actionContainers/JavaActionLoopSourceTests.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class JavaActionLoopSourceTests extends BasicActionRunnerTests with WskActorSyst
5656
| response.addProperty("api_key", System.getenv("__OW_API_KEY"));
5757
| response.addProperty("namespace", System.getenv("__OW_NAMESPACE"));
5858
| response.addProperty("action_name", System.getenv("__OW_ACTION_NAME"));
59+
| response.addProperty("action_version", System.getenv("__OW_ACTION_VERSION"));
5960
| response.addProperty("activation_id", System.getenv("__OW_ACTIVATION_ID"));
6061
| response.addProperty("deadline", System.getenv("__OW_DEADLINE"));
6162
| return response;

0 commit comments

Comments
 (0)