ashb commented on a change in pull request #6803: [AIRFLOW-6238] Filter dags 
returned by dag_stats
URL: https://github.com/apache/airflow/pull/6803#discussion_r357228724
 
 

 ##########
 File path: tests/www/test_views.py
 ##########
 @@ -1395,6 +1395,26 @@ def test_dag_stats_success_for_all_dag_user(self):
         self.check_content_in_response('example_subdag_operator', resp)
         self.check_content_in_response('example_bash_operator', resp)
 
+    def test_dag_stats_success_when_selecting_dags(self):
+        self.logout()
+        self.login(username='all_dag_user',
+                   password='all_dag_user')
 
 Review comment:
   Is this needed? Aren't we already logged in as an admin?

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