Merge branch 'financial-verification' of github.com:dod-ccpo/atst into financial-verification

This commit is contained in:
Luis Cielak 2018-07-26 10:53:53 -04:00
commit d89a6d6ca6

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"