From 285049b91b59c846a668602b797f9b75709c6f63 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Wed, 31 May 2017 15:34:02 +0100 Subject: spec updates --- spec/fixtures/api/schemas/list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/fixtures') diff --git a/spec/fixtures/api/schemas/list.json b/spec/fixtures/api/schemas/list.json index 11a4caf6628..622a1e40d07 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": ["label", "closed"] + "enum": ["backlog", "label", "closed"] }, "label": { "type": ["object", "null"], -- cgit v1.2.1