Skip to content

Commit 248efb5

Browse files
authored
Update for action version. (#76)
See apache/openwhisk#4761.
1 parent eb0acb4 commit 248efb5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/src/test/scala/runtime/actionContainers/PythonActionContainerTests.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class PythonActionContainerTests extends BasicActionRunnerTests with WskActorSys
106106
| "api_key": os.environ['__OW_API_KEY'],
107107
| "namespace": os.environ['__OW_NAMESPACE'],
108108
| "action_name": os.environ['__OW_ACTION_NAME'],
109+
| "action_version": os.environ['__OW_ACTION_VERSION'],
109110
| "activation_id": os.environ['__OW_ACTIVATION_ID'],
110111
| "deadline": os.environ['__OW_DEADLINE']
111112
| }

0 commit comments

Comments
 (0)