Add check to see if KO can sign the TO and update tests

This commit is contained in:
leigh-mil
2019-03-07 16:15:03 -05:00
parent 6720b60bc4
commit 521d98562b
5 changed files with 59 additions and 7 deletions

View File

@@ -412,6 +412,8 @@ def test_submit_completed_ko_review_page_as_ko(client, user_session, pdf_upload)
)
task_order = TaskOrderFactory.create(portfolio=portfolio, contracting_officer=ko)
dd_254 = DD254Factory.create()
TaskOrders.add_dd_254(task_order, dd_254.to_dictionary())
user_session(ko)
loa_list = ["123123123", "456456456", "789789789"]