cr-connect-workflow/tests/data/study_sponsors_associate
mike cullerton 70efdb4788 The `do_task_validate_only` method in the `get_study_associates` script now returns a mocked list of associates.
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.
2021-03-16 08:57:30 -04:00
..
study_sponsors_associate.bpmn The `do_task_validate_only` method in the `get_study_associates` script now returns a mocked list of associates. 2021-03-16 08:57:30 -04:00