Commit 5a9b1932 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Added BE tests

parent 046c8309
...@@ -113,7 +113,9 @@ ...@@ -113,7 +113,9 @@
"approvals_path": { "type": ["string", "null"] }, "approvals_path": { "type": ["string", "null"] },
"codeclimate": { "codeclimate": {
"head_path": { "type": "string" }, "head_path": { "type": "string" },
"base_path": { "type": "string" } "head_blob_path": { "type": "string" },
"base_path": { "type": "string" },
"base_blob_path": { "type": "string" }
} }
}, },
"additionalProperties": false "additionalProperties": false
......
...@@ -213,7 +213,9 @@ export default { ...@@ -213,7 +213,9 @@ export default {
"commit_change_content_path": "/root/acets-app/merge_requests/22/commit_change_content", "commit_change_content_path": "/root/acets-app/merge_requests/22/commit_change_content",
"codeclimate": { "codeclimate": {
"head_path": "head.json", "head_path": "head.json",
"base_path": "base.json" "head_blob_path": "/root/acets-app/blob/abcdef",
"base_path": "base.json",
"base_blob_path": "/root/acets-app/blob/abcdef"
} }
}; };
......
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