Skip to content

Commit 15aeed4

Browse files
committed
update integration test
1 parent fb0f50d commit 15aeed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/queries/test_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def test_workflow_submission_auto_review(
323323
assert submission.status == "COMPLETE" if force_complete else "PENDING_REVIEW"
324324

325325

326-
def test_list_workflow_submission_rejected():
326+
def test_list_workflow_submission_rejected(org_annotate_dataset):
327327
client = IndicoClient()
328328
wfs = client.call(ListWorkflows(dataset_ids=[org_annotate_dataset.id]))
329329
wf = max(wfs, key=lambda w: w.id)

0 commit comments

Comments
 (0)