Commit f1e4d286 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in spec/fixtures/api/schemas/entities/merge_request_widget.json

parent 7b50ba8a
...@@ -114,7 +114,6 @@ ...@@ -114,7 +114,6 @@
"rebase_in_progress": { "type": "boolean" }, "rebase_in_progress": { "type": "boolean" },
"can_push_to_source_branch": { "type": "boolean" }, "can_push_to_source_branch": { "type": "boolean" },
"rebase_path": { "type": ["string", "null"] }, "rebase_path": { "type": ["string", "null"] },
<<<<<<< HEAD
"squash": { "type": "boolean" }, "squash": { "type": "boolean" },
// EE-specific // EE-specific
...@@ -130,9 +129,6 @@ ...@@ -130,9 +129,6 @@
"base_path": { "type": "string" } "base_path": { "type": "string" }
}, },
"vulnerability_feedback_path": { "type": "string" } "vulnerability_feedback_path": { "type": "string" }
=======
"squash": { "type": "boolean" }
>>>>>>> upstream/master
}, },
"additionalProperties": false "additionalProperties": false
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment