mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 20:58:28 +00:00
Add comment in the script about last assertion
This commit is contained in:
parent
1009f8e1e7
commit
971e869791
@ -21,4 +21,6 @@ class TestGetUserStudies(BaseTest):
|
||||
workflow_api = self.complete_form(workflow, task, form_data)
|
||||
task = workflow_api.next_task
|
||||
assert task.name == "Event_EndEvent"
|
||||
# The script returns the whole study object, but
|
||||
# the workflow pulls out the study ids and creates a list of study ids
|
||||
assert "[11111, 54321, 65432, 1]" in task.documentation
|
||||
|
Loading…
x
Reference in New Issue
Block a user