Github user ran-z commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/138#discussion_r119445302
  
    --- Diff: tests/orchestrator/test_workflow_runner.py ---
    @@ -259,8 +258,9 @@ def _setup_mock_workflow_in_service(request, 
inputs=None):
         workflow = models.Operation(
             name=mock_workflow_name,
             service=service,
    -        implementation='workflow.mock_workflow',
    -        inputs=inputs or {})
    +        function='workflow.mock_workflow',
    +        inputs=inputs or {},
    +        arguments=inputs or {})
    --- End diff --
    
    why is this needed? wouldn't arguments get auto-populated with inputs 
anyway?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to