summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-24 16:16:45 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-24 16:16:45 +0000
commit8022c833207eba848817d54c98ee29d21b69fe8d (patch)
treeeee58397325abbded26d66f81322807eea4d5615 /spec/fixtures
parent32a578cb598d6568fbd8289e331cf166f94a4e87 (diff)
downloadgitlab-ce-8022c833207eba848817d54c98ee29d21b69fe8d.tar.gz
Add latest changes from gitlab-org/gitlab@12-7-stable-ee
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/error_tracking/update_issue.json8
1 files changed, 1 insertions, 7 deletions
diff --git a/spec/fixtures/api/schemas/error_tracking/update_issue.json b/spec/fixtures/api/schemas/error_tracking/update_issue.json
index 75f2c1152d9..72514ce647d 100644
--- a/spec/fixtures/api/schemas/error_tracking/update_issue.json
+++ b/spec/fixtures/api/schemas/error_tracking/update_issue.json
@@ -6,15 +6,9 @@
"properties" : {
"result": {
"type": "object",
- "required" : [
- "status",
- "updated",
- "closed_issue_iid"
- ],
"properties": {
"status": { "type": "string" },
- "updated": { "type": "boolean" },
- "closed_issue_iid": { "type": ["integer", "null"] }
+ "updated": { "type": "boolean" }
}
}
},