Edits typo

This commit is contained in:
Aaron Louie 2020-03-06 10:57:24 -05:00
parent acad0023d2
commit c928a6472c
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class TestStudyApi(BaseTest):
data=json.dumps(WorkflowSpecModelSchema().dump(spec)))
self.assert_success(add_response)
# Should have no workflows to start
# Should have one workflow now
response_after = self.app.get('/v1.0/study/%i/workflows' % study.id,
content_type="application/json",
headers=self.logged_in_headers())