mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 05:08:32 +00:00
It used to return `True`, and this caused shield validation to fail when looping over the results of `get_study_associates`. (You can't loop over a boolean) Added a for loop in `study_sponsors_associate.bpmn` to test for this. Moved `BaseTest` import to the top of `test_study_associate_script` because debug was failing.