Merge pull request #213 from dod-ccpo/fix-new-workspace-redirect

Redirect to projects/new after FV-related request approval
This commit is contained in:
richard-dds
2018-08-24 16:09:06 -04:00
committed by GitHub
9 changed files with 64 additions and 25 deletions

View File

@@ -137,4 +137,4 @@ class TestPENumberInForm:
response = self.submit_data(client, data, extended=True)
assert response.status_code == 302
assert "/workspaces" in response.headers.get("Location")
assert "/projects/new" in response.headers.get("Location")