Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2018-04-05 20:57:48 +0300
committerFelipe Artur <felipefac@gmail.com>2018-04-05 20:58:49 +0300
commit7c6f4adac9bc2f0bba46a4267f1081c7542e4dc4 (patch)
tree3c3f47365a5bcec9e5d0ebc7e1a4f094afcccc76 /spec/fixtures/api/schemas/issue.json
parent62574be35d5a92c6c825912e1ab9969c5acdb7d9 (diff)
Fix more specs
Diffstat (limited to 'spec/fixtures/api/schemas/issue.json')
-rw-r--r--spec/fixtures/api/schemas/issue.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/issue.json b/spec/fixtures/api/schemas/issue.json
index b579e32c9aa..8833825e3fb 100644
--- a/spec/fixtures/api/schemas/issue.json
+++ b/spec/fixtures/api/schemas/issue.json
@@ -15,6 +15,8 @@
"relative_position": { "type": "integer" },
"issue_sidebar_endpoint": { "type": "string" },
"toggle_subscription_endpoint": { "type": "string" },
+ "reference_path": { "type": "string" },
+ "real_path": { "type": "string" },
"project": {
"id": { "type": "integer" },
"path": { "type": "string" }