Merge pull request #615 from dod-ccpo/signature

Add in basic implementation of the KO TO signature page
This commit is contained in:
George Drummond
2019-02-12 16:35:59 -05:00
committed by GitHub
13 changed files with 398 additions and 10 deletions

View File

@@ -284,8 +284,5 @@ def test_submit_completed_ko_review_page(client, user_session, pdf_upload):
assert task_order.pdf
assert response.headers["Location"] == url_for(
"portfolios.view_task_order",
portfolio_id=portfolio.id,
task_order_id=task_order.id,
_external=True,
"task_orders.signature_requested", task_order_id=task_order.id, _external=True
)