update financial verification tests

This commit is contained in:
dandds 2018-07-26 09:00:13 -04:00
parent b25e945d46
commit 73d50a369e

View File

@ -69,7 +69,7 @@ class TestPENumberInForm:
response = yield self.submit_data(http_client, base_url, data)
assert response.code == 302
assert response.headers.get("Location") == "/requests"
assert response.headers.get("Location") == "/requests/financial_verification_submitted"
@pytest.mark.gen_test
def test_submit_request_form_with_new_valid_pe_id(self, monkeypatch, http_client, base_url):
@ -81,4 +81,4 @@ class TestPENumberInForm:
response = yield self.submit_data(http_client, base_url, data)
assert response.code == 302
assert response.headers.get("Location") == "/requests"
assert response.headers.get("Location") == "/requests/financial_verification_submitted"