ashb commented on a change in pull request #9133:
URL: https://github.com/apache/airflow/pull/9133#discussion_r435806695



##########
File path: tests/www/test_views.py
##########
@@ -1983,7 +1983,7 @@ def test_failed_success(self):
             past="false",
         )
         resp = self.client.post('failed', data=form)
-        self.check_content_in_response('Redirecting', resp, 302)
+        self.check_content_in_response('Redirecting', resp)

Review comment:
       This doesn't seem like the right fix. If it's saying "redirecting" but 
not issuing a 302 something else needs changing here.




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


Reply via email to