Edits typo
This commit is contained in:
parent
acad0023d2
commit
c928a6472c
|
@ -177,7 +177,7 @@ class TestStudyApi(BaseTest):
|
||||||
data=json.dumps(WorkflowSpecModelSchema().dump(spec)))
|
data=json.dumps(WorkflowSpecModelSchema().dump(spec)))
|
||||||
self.assert_success(add_response)
|
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,
|
response_after = self.app.get('/v1.0/study/%i/workflows' % study.id,
|
||||||
content_type="application/json",
|
content_type="application/json",
|
||||||
headers=self.logged_in_headers())
|
headers=self.logged_in_headers())
|
||||||
|
|
Loading…
Reference in New Issue