mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-02-15 00:57:00 +00:00
Add IRB_REVIEW_TYPE to the irb_info
call in test_delete_study
This commit is contained in:
parent
d3f34ab1f4
commit
1cda8bbafd
@ -135,7 +135,7 @@ class Sanity_Check_Test(unittest.TestCase):
|
||||
status_id ='2'
|
||||
status_string = f"('{status_id}', '{status}')"
|
||||
|
||||
self.app.post(f'/irb_info/{study.STUDYID}', data={'UVA_STUDY_TRACKING': tracking_string, 'IRBEVENT': event_string, 'IRB_STATUS': status_string})
|
||||
self.app.post(f'/irb_info/{study.STUDYID}', data={'UVA_STUDY_TRACKING': tracking_string, 'IRBEVENT': event_string, 'IRB_STATUS': status_string, 'IRB_REVIEW_TYPE': 'Expedited'})
|
||||
count = IRBInfo.query.filter(IRBInfo.SS_STUDY_ID == study.STUDYID).count()
|
||||
self.assertGreater(count, 0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user