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_r373382747
 
 

 ##########
 File path: tests/www/api/experimental/test_dag_runs_endpoint.py
 ##########
 @@ -128,3 +129,17 @@ def test_get_dag_runs_no_runs(self):
 
         self.assertIsInstance(data, list)
         self.assertEqual(len(data), 0)
+
+
+class TestDagRunsEndpointStoreDAGs(TestDagRunsEndpoint):
+
+    def setUp(self):
+        super().setUp()
+        app, _ = application.create_app(testing=True)
 
 Review comment:
   To generate identical tests, but in different configurations, it is worth 
using parameterized. I think that only one endpoint should be tested, so it 
won't be a big problem.

----------------------------------------------------------------
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