mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-17 16:09:14 +00:00
jobs: test updating more fields
This commit is contained in:
parent
7acbba9960
commit
f51e378ff0
|
@ -26,6 +26,8 @@ def test_jobs(jobs_with_one_job):
|
||||||
|
|
||||||
jobs.update(
|
jobs.update(
|
||||||
job=test_job,
|
job=test_job,
|
||||||
|
name="Write Tests",
|
||||||
|
description="An oddly satisfying experience",
|
||||||
status=JobStatus.RUNNING,
|
status=JobStatus.RUNNING,
|
||||||
status_text="Status text",
|
status_text="Status text",
|
||||||
progress=50,
|
progress=50,
|
||||||
|
|
Loading…
Reference in a new issue