jobs: test updating more fields

pull/24/head
Houkime 2022-11-30 15:21:57 +00:00
parent 7acbba9960
commit f51e378ff0
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ def test_jobs(jobs_with_one_job):
jobs.update(
job=test_job,
name="Write Tests",
description="An oddly satisfying experience",
status=JobStatus.RUNNING,
status_text="Status text",
progress=50,