diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-01-27 03:25:16 -0200 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2017-02-03 17:02:43 +0300 |
commit | 79a132a38d3840074a3ab573b97d56155c84aed4 (patch) | |
tree | 12fff7aa10ec7b0a0464cdf4300906d63dc53910 /spec/fixtures | |
parent | 860fafee137507c465e5a7be19ebedff540d7a08 (diff) | |
download | gitlab-ce-79a132a38d3840074a3ab573b97d56155c84aed4.tar.gz |
Fix spec for Projects::Boards::ListsController
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 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"], |