mik-laj commented on a change in pull request #7296: [AIRFLOW-6683] Make REST 
API respect store_serialized_dag setting
URL: https://github.com/apache/airflow/pull/7296#discussion_r373382014
 
 

 ##########
 File path: tests/www/api/experimental/test_dag_runs_endpoint.py
 ##########
 @@ -41,6 +41,7 @@ def setUpClass(cls):
     def setUp(self):
         super().setUp()
         app, _ = application.create_app(testing=True)
+        app.config['STORE_SERIALIZED_DAGS'] = False
 
 Review comment:
   Can you use conf_vars context manager/decorator here to avoid side-effect?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to