summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2017-02-27 17:45:55 +0200
committerValery Sizov <valery@gitlab.com>2017-02-28 16:52:49 +0200
commit800f2a722f2aac42aee85fde44311b201eaa9589 (patch)
tree177a88e733948b761a03c8c456586f2442b97d09 /spec/fixtures
parentc401088bc7a1e560023b7eb6ebfffb65d51c641c (diff)
downloadgitlab-ce-800f2a722f2aac42aee85fde44311b201eaa9589.tar.gz
[Issue board sorting] Specs
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/issue.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/issue.json b/spec/fixtures/api/schemas/issue.json
index 8e19cee5440..21c078e0f44 100644
--- a/spec/fixtures/api/schemas/issue.json
+++ b/spec/fixtures/api/schemas/issue.json
@@ -11,6 +11,7 @@
"title": { "type": "string" },
"confidential": { "type": "boolean" },
"due_date": { "type": ["date", "null"] },
+ "relative_position": { "type": "integer" },
"labels": {
"type": "array",
"items": {