summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-31 09:55:45 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-31 09:55:45 +0000
commit8a97772aca25cb233778ce99c487c674c86ba2fd (patch)
tree4bbb2614385ca3cf88c166a5faaf0679cf97f7db /spec/fixtures
parent5bc8aa03f1ac7ff5a20ae77e8f62631370a52d1a (diff)
downloadgitlab-ce-8a97772aca25cb233778ce99c487c674c86ba2fd.tar.gz
Add latest changes from gitlab-org/security/gitlab@12-6-stable-ee
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/evidences/milestone.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/spec/fixtures/api/schemas/evidences/milestone.json b/spec/fixtures/api/schemas/evidences/milestone.json
index ab27fdecde2..3ce0644225b 100644
--- a/spec/fixtures/api/schemas/evidences/milestone.json
+++ b/spec/fixtures/api/schemas/evidences/milestone.json
@@ -7,8 +7,7 @@
"state",
"iid",
"created_at",
- "due_date",
- "issues"
+ "due_date"
],
"properties": {
"id": { "type": "integer" },
@@ -17,11 +16,7 @@
"state": { "type": "string" },
"iid": { "type": "integer" },
"created_at": { "type": "date" },
- "due_date": { "type": ["date", "null"] },
- "issues": {
- "type": "array",
- "items": { "$ref": "issue.json" }
- }
+ "due_date": { "type": ["date", "null"] }
},
"additionalProperties": false
}