We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d642e commit 279992dCopy full SHA for 279992d
1 file changed
tests/src/test/scala/actionContainers/JavaActionContainerTests.scala
@@ -67,6 +67,7 @@ class JavaActionContainerTests extends BasicActionRunnerTests with WskActorSyste
67
| response.addProperty("api_key", System.getenv("__OW_API_KEY"));
68
| response.addProperty("namespace", System.getenv("__OW_NAMESPACE"));
69
| response.addProperty("action_name", System.getenv("__OW_ACTION_NAME"));
70
+ | response.addProperty("action_version", System.getenv("__OW_ACTION_VERSION"));
71
| response.addProperty("activation_id", System.getenv("__OW_ACTIVATION_ID"));
72
| response.addProperty("deadline", System.getenv("__OW_DEADLINE"));
73
| return response;
0 commit comments