Merge branch 'financial-verification' of github.com:dod-ccpo/atst into financial-verification
This commit is contained in:
commit
d89a6d6ca6
@ -69,7 +69,7 @@ class TestPENumberInForm:
|
|||||||
response = yield self.submit_data(http_client, base_url, data)
|
response = yield self.submit_data(http_client, base_url, data)
|
||||||
|
|
||||||
assert response.code == 302
|
assert response.code == 302
|
||||||
assert response.headers.get("Location") == "/requests"
|
assert response.headers.get("Location") == "/requests/financial_verification_submitted"
|
||||||
|
|
||||||
@pytest.mark.gen_test
|
@pytest.mark.gen_test
|
||||||
def test_submit_request_form_with_new_valid_pe_id(self, monkeypatch, http_client, base_url):
|
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)
|
response = yield self.submit_data(http_client, base_url, data)
|
||||||
|
|
||||||
assert response.code == 302
|
assert response.code == 302
|
||||||
assert response.headers.get("Location") == "/requests"
|
assert response.headers.get("Location") == "/requests/financial_verification_submitted"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user