diff options
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/fixtures.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tests/fixtures.py b/python/tests/fixtures.py index b3dba19f..41673d8a 100644 --- a/python/tests/fixtures.py +++ b/python/tests/fixtures.py @@ -14,6 +14,7 @@ def full_app(): load_dotenv(dotenv_path="./example.env") fatcat_web.app.testing = True fatcat_web.app.debug = False + fatcat_web.app.config['WTF_CSRF_ENABLED'] = False return fatcat_web.app @pytest.fixture |