diff options
author | Phil Hughes <me@iamphill.com> | 2017-05-31 15:34:02 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-05-31 15:34:02 +0100 |
commit | 285049b91b59c846a668602b797f9b75709c6f63 (patch) | |
tree | 97d3c2b7e69c7814b1c714c78d58cd1bbbb8c2c4 /spec/fixtures | |
parent | f452c1aa7ddb13958502422769dc20a9a8e160fa (diff) | |
download | gitlab-ce-285049b91b59c846a668602b797f9b75709c6f63.tar.gz |
spec updates
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 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"], |