summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-14 20:51:41 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-19 14:58:27 -0200
commit86e0b5d643df21503281115774da550e06a4e878 (patch)
tree1231f7b86bec02aa6a9663a6ec5cc7cefdbed4a0 /spec
parent3c2aaec1f2624ad4817e7ac52120985682afa448 (diff)
downloadgitlab-ce-86e0b5d643df21503281115774da550e06a4e878.tar.gz
Fix issue board related controllers to expose label priority per project
Diffstat (limited to 'spec')
-rw-r--r--spec/fixtures/api/schemas/list.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/list.json b/spec/fixtures/api/schemas/list.json
index f070fa3b254..8d94cf26ecb 100644
--- a/spec/fixtures/api/schemas/list.json
+++ b/spec/fixtures/api/schemas/list.json
@@ -13,7 +13,7 @@
"enum": ["backlog", "label", "done"]
},
"label": {
- "type": ["object"],
+ "type": ["object", "null"],
"required": [
"id",
"color",