From 480a88aff781ae3c30f34e2be4d99832ff8f6ced Mon Sep 17 00:00:00 2001 From: richard-dds Date: Mon, 12 Nov 2018 17:10:26 -0500 Subject: [PATCH] Fix test (we're redirecting now) --- tests/routes/test_financial_verification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/routes/test_financial_verification.py b/tests/routes/test_financial_verification.py index 18afa0de..41c9ca47 100644 --- a/tests/routes/test_financial_verification.py +++ b/tests/routes/test_financial_verification.py @@ -305,7 +305,7 @@ def test_save_fv_draft_route(client, user_session, fv_data): response = client.post( url_for("requests.save_financial_verification_draft", request_id=request.id), data=fv_data, - follow_redirects=False, + follow_redirects=True, ) assert response.status_code == 200