Job persistence test: create authored job with explicit status

This commit is contained in:
Sybren A. Stüvel 2022-02-21 18:04:52 +01:00
parent e5e466931b
commit 66ae9b3a64

View File

@ -80,6 +80,7 @@ func TestStoreAuthoredJob(t *testing.T) {
job := job_compilers.AuthoredJob{
JobID: "263fd47e-b9f8-4637-b726-fd7e47ecfdae",
Name: "Test job",
Status: api.JobStatusUnderConstruction,
Priority: 50,
Settings: job_compilers.JobSettings{
"frames": "1-6",