Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jan 13, 2025
1 parent 45f00a8 commit e3c5460
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/v2/03_api/test_api_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,11 @@ async def test_workflowtask_status_history_job(
dict(
workflowtask=dict(id=workflow.task_list[0].id),
status=WorkflowTaskStatusTypeV2.DONE,
)
),
dict(
workflowtask=dict(id=workflow.task_list[1].id),
status=WorkflowTaskStatusTypeV2.SUBMITTED,
),
]
flag_modified(dataset, "history")
await db.merge(dataset)
Expand Down

0 comments on commit e3c5460

Please sign in to comment.