Update modal content for approval/acceptance

This commit is contained in:
Patrick Smith
2018-09-27 17:51:32 -04:00
parent becfbed10a
commit 7d7afebede
6 changed files with 8 additions and 49 deletions

View File

@@ -21,7 +21,7 @@ def test_submit_reviewed_request(monkeypatch, client, user_session):
follow_redirects=False,
)
assert "/requests" in response.headers["Location"]
assert "modal=pendingCCPOApproval" in response.headers["Location"]
assert "modal=pendingCCPOAcceptance" in response.headers["Location"]
def test_submit_autoapproved_reviewed_request(monkeypatch, client, user_session):