summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-01-27 03:25:16 -0200
committerFatih Acet <acetfatih@gmail.com>2017-02-03 17:02:43 +0300
commit79a132a38d3840074a3ab573b97d56155c84aed4 (patch)
tree12fff7aa10ec7b0a0464cdf4300906d63dc53910 /spec/fixtures
parent860fafee137507c465e5a7be19ebedff540d7a08 (diff)
downloadgitlab-ce-79a132a38d3840074a3ab573b97d56155c84aed4.tar.gz
Fix spec for Projects::Boards::ListsController
Diffstat (limited to 'spec/fixtures')
-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 8d94cf26ecb..819287bf919 100644
--- a/spec/fixtures/api/schemas/list.json
+++ b/spec/fixtures/api/schemas/list.json
@@ -10,7 +10,7 @@
"id": { "type": "integer" },
"list_type": {
"type": "string",
- "enum": ["backlog", "label", "done"]
+ "enum": ["label", "done"]
},
"label": {
"type": ["object", "null"],