Kengo Seki created AIRFLOW-1180:
-----------------------------------
Summary: Fix flask-wtf version in setup.py for test_csrf_rejection
Key: AIRFLOW-1180
URL: https://issues.apache.org/jira/browse/AIRFLOW-1180
Project: Apache Airflow
Issue Type: Bug
Reporter: Kengo Seki
I locally ran the core tests and got the following error:
{code}
FAIL: test_csrf_rejection (tests.core.SecurityTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/vagrant/incubator-airflow/tests/core.py", line 1530, in
test_csrf_rejection
self.assertIn('CSRF token is missing', response.data.decode('utf-8'))
AssertionError: 'CSRF token is missing' not found in u'<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 3.2 Final//EN">\n<title>400 Bad Request</title>\n<h1>Bad
Request</h1>\n<p>CSRF token missing or incorrect.</p>\n'
{code}
[The expected string is added from Flask-WTF
v0.14|https://github.com/lepture/flask-wtf/issues/239], but its version
specified in setup.py is v0.12. So this test failed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)