Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/fixtures/api/schemas/pipeline_schedule.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/fixtures/api/schemas/pipeline_schedule.json b/spec/fixtures/api/schemas/pipeline_schedule.json
index 9d7853d0f78..f6346bd0fb6 100644
--- a/spec/fixtures/api/schemas/pipeline_schedule.json
+++ b/spec/fixtures/api/schemas/pipeline_schedule.json
@@ -10,7 +10,6 @@
"active": { "type": "boolean" },
"created_at": { "type": "date" },
"updated_at": { "type": "date" },
- "deleted_at": { "type": "date" },
"last_pipeline": {
"type": ["object", "null"],
"properties": {
@@ -36,7 +35,7 @@
},
"required": [
"id", "description", "ref", "cron", "cron_timezone", "next_run_at",
- "active", "created_at", "updated_at", "deleted_at", "owner"
+ "active", "created_at", "updated_at", "owner"
],
"additionalProperties": false
}