Redirect to new project form after FV approval

This commit is contained in:
richard-dds
2018-08-24 13:15:27 -04:00
parent 983082b59a
commit da5dbc5bdd
4 changed files with 10 additions and 11 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")