feluelle commented on a change in pull request #6308: [AIRFLOW-5634] Don't 
allow editing of DagModelView
URL: https://github.com/apache/airflow/pull/6308#discussion_r334235657
 
 

 ##########
 File path: tests/www/test_views.py
 ##########
 @@ -446,10 +446,6 @@ def test_xcom(self):
         resp = self.client.get(url, follow_redirects=True)
         self.check_content_in_response('XCom', resp)
 
-    def test_edit_dagrun_page(self):
 
 Review comment:
   This was also on my todo list.
   Actually, if you look closer :D you can see what my intention was. I wanted 
to edit [dagruns 
](https://github.com/apache/airflow/blob/master/airflow/www/views.py#L2306) not 
the 
[dag](https://github.com/apache/airflow/blob/master/airflow/www/views.py#L2553).

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to