summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-10 23:29:20 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-11 11:47:56 -0300
commit53f50edf4dac5133ff4d67a67ba5071e3eb7e78a (patch)
tree212bf0304a268de9d0b435e616d145f53ada14bc /spec/fixtures
parent2ad531f5e279bcd278600d1f95ff9d4e4988b034 (diff)
downloadgitlab-ce-53f50edf4dac5133ff4d67a67ba5071e3eb7e78a.tar.gz
Fix board relates specs
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/board.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/fixtures/api/schemas/board.json b/spec/fixtures/api/schemas/board.json
index 6c6e2bee8cb..03aca4a3cc0 100644
--- a/spec/fixtures/api/schemas/board.json
+++ b/spec/fixtures/api/schemas/board.json
@@ -1,8 +1,7 @@
{
"type": "object",
"required" : [
- "id",
- "name"
+ "id"
],
"properties" : {
"id": { "type": "integer" },