diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-10-14 20:51:41 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-10-19 14:58:27 -0200 |
commit | 86e0b5d643df21503281115774da550e06a4e878 (patch) | |
tree | 1231f7b86bec02aa6a9663a6ec5cc7cefdbed4a0 /spec/fixtures | |
parent | 3c2aaec1f2624ad4817e7ac52120985682afa448 (diff) | |
download | gitlab-ce-86e0b5d643df21503281115774da550e06a4e878.tar.gz |
Fix issue board related controllers to expose label priority per project
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/api/schemas/list.json | 2 |
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", |