summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/job/job.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/job/job.json')
-rw-r--r--spec/fixtures/api/schemas/job/job.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/job/job.json b/spec/fixtures/api/schemas/job/job.json
index c793d93c0f6..f5d58b21e3d 100644
--- a/spec/fixtures/api/schemas/job/job.json
+++ b/spec/fixtures/api/schemas/job/job.json
@@ -25,7 +25,7 @@
"playable": { "type": "boolean" },
"created_at": { "type": "string" },
"updated_at": { "type": "string" },
- "status": { "$ref": "../ci_detailed_status.json" }
+ "status": { "$ref": "../status/ci_detailed_status.json" }
},
"additionalProperties": true
}