You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/03 22:09:19 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db

kaxil commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db
URL: https://github.com/apache/airflow/pull/7217#discussion_r387324460
 
 

 ##########
 File path: tests/www/api/experimental/test_endpoints.py
 ##########
 @@ -347,12 +347,12 @@ def test_dagrun_status(self):
 
 
 @parameterized_class([
-    {"dag_serialzation": "False"},
-    {"dag_serialzation": "True"},
+    {"dag_serialIzation": "False"},
+    {"dag_serialIzation": "True"},
 
 Review comment:
   ```suggestion
       {"dag_serialization": "False"},
       {"dag_serialization": "True"},
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services