From 5e5a16a5a8777f6de466f1e790a53a8a1c5b53d7 Mon Sep 17 00:00:00 2001 From: Riccardo Padovani Date: Sat, 18 Aug 2018 15:07:34 +0200 Subject: [PATCH] Fix tests --- spec/fixtures/api/schemas/public_api/v4/branch.json | 2 ++ 1 file changed, 2 insertions(+) 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" }