You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/05 09:37:08 UTC

[GitHub] [airflow] ashb commented on a change in pull request #9133: Include missing RBAC roles

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