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

 ##########
 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):
-        resp = self.client.get('dagmodel/edit/example_bash_operator', 
follow_redirects=False)
-        self.assertEqual(resp.status_code, 200)
-
     def test_edit_dagrun_url(self):
 
 Review comment:
   Done.

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