Approve request, create workspace after fin. verification

This commit is contained in:
richard-dds
2018-08-21 13:06:12 -04:00
parent 81619e07eb
commit 18cd1b4473
3 changed files with 23 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ class TestPENumberInForm:
response = self.submit_data(client, data)
assert response.status_code == 302
assert "/requests/financial_verification_submitted" in response.headers.get("Location")
assert "/workspaces" in response.headers.get("Location")
def test_submit_request_form_with_new_valid_pe_id(self, monkeypatch, client):
self._set_monkeypatches(monkeypatch)
@@ -81,7 +81,7 @@ class TestPENumberInForm:
response = self.submit_data(client, data)
assert response.status_code == 302
assert "/requests/financial_verification_submitted" in response.headers.get("Location")
assert "/workspaces" in response.headers.get("Location")
def test_submit_request_form_with_missing_pe_id(self, monkeypatch, client):
self._set_monkeypatches(monkeypatch)