Github user mxmrlv commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/31#discussion_r90780155
  
    --- Diff: tests/storage/test_models.py ---
    @@ -349,12 +168,11 @@ def create_execution(status):
     
     def test_task_max_attempts_validation():
         def create_task(max_attempts):
    -        Task(execution_id='eid',
    -             name='name',
    -             operation_mapping='',
    -             inputs={},
    -             actor=models.get_dependency_node_instance(),
    -             max_attempts=max_attempts)
    +        return Task(execution_id='eid',
    --- End diff --
    
    no return


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to