summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/list.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/list.json')
-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 f894ff584c8..65e140f9e28 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", "closed"]
+ "enum": ["backlog", "label", "iteration", "closed"]
},
"label": {
"type": ["object", "null"],