summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Padovani <riccardo@rpadovani.com>2018-08-18 15:07:34 +0200
committerRiccardo Padovani <riccardo@rpadovani.com>2018-08-18 15:07:34 +0200
commit5e5a16a5a8777f6de466f1e790a53a8a1c5b53d7 (patch)
tree205a422842e9ef85d58d9e31b5606335209a1c8c
parent25efc5f288455d4c0920ea5e4dc82e9d845bcb06 (diff)
downloadgitlab-ce-5e5a16a5a8777f6de466f1e790a53a8a1c5b53d7.tar.gz
Fix tests
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/branch.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/branch.json b/spec/fixtures/api/schemas/public_api/v4/branch.json
index a8891680d06..3b0f010bc4f 100644
--- a/spec/fixtures/api/schemas/public_api/v4/branch.json
+++ b/spec/fixtures/api/schemas/public_api/v4/branch.json
@@ -5,6 +5,7 @@
"commit",
"merged",
"protected",
+ "default",
"developers_can_push",
"developers_can_merge"
],
@@ -13,6 +14,7 @@
"commit": { "$ref": "commit/basic.json" },
"merged": { "type": "boolean" },
"protected": { "type": "boolean" },
+ "default": { "type": "boolean" },
"developers_can_push": { "type": "boolean" },
"developers_can_merge": { "type": "boolean" },
"can_push": { "type": "boolean" }