Skip to content

Commit

Permalink
Make test fail reliably
Browse files Browse the repository at this point in the history
  • Loading branch information
madwort committed Oct 4, 2024
1 parent 4e543d9 commit d66e4fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ def test_handle_job_finalized_success_with_delete(db):
state=State.SUCCEEDED,
status_code=StatusCode.SUCCEEDED,
outputs={"output/old.csv": "highly_sensitive"},
created_at=time.time() - 10,
)

job = api.add_test_job(ExecutorState.FINALIZED, State.RUNNING, StatusCode.FINALIZED)
Expand Down

0 comments on commit d66e4fb

Please sign in to comment.