We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07e657 commit a3a6dabCopy full SHA for a3a6dab
tests/conftest.py
@@ -11,6 +11,7 @@
11
def app():
12
app = Flask(__name__)
13
app.config["TESTING"] = True
14
+ app.config["WTF_CSRF_ENABLED"] = False
15
16
with app.app_context():
17
yield app
0 commit comments