jobs: test updating more fields

This commit is contained in:
Houkime 2022-11-30 15:21:57 +00:00
parent 7acbba9960
commit f51e378ff0

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,