We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0f50d commit 15aeed4Copy full SHA for 15aeed4
1 file changed
tests/integration/queries/test_workflow.py
@@ -323,7 +323,7 @@ def test_workflow_submission_auto_review(
323
assert submission.status == "COMPLETE" if force_complete else "PENDING_REVIEW"
324
325
326
-def test_list_workflow_submission_rejected():
+def test_list_workflow_submission_rejected(org_annotate_dataset):
327
client = IndicoClient()
328
wfs = client.call(ListWorkflows(dataset_ids=[org_annotate_dataset.id]))
329
wf = max(wfs, key=lambda w: w.id)
0 commit comments