ephraimbuddy commented on code in PR #22941:
URL: https://github.com/apache/airflow/pull/22941#discussion_r849305483


##########
tests/decorators/test_python.py:
##########
@@ -489,7 +489,7 @@ def add_2(number: int):
     def test_task_documentation(self):
         """Tests that task_decorator loads doc_md from function doc"""
 
-        @task_decorator
+        @task_decorator()

Review Comment:
   ```suggestion
           @task_decorator
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to