diff options
author | Felipe Artur <felipefac@gmail.com> | 2018-04-05 14:57:48 -0300 |
---|---|---|
committer | Felipe Artur <felipefac@gmail.com> | 2018-04-05 14:58:49 -0300 |
commit | 7c6f4adac9bc2f0bba46a4267f1081c7542e4dc4 (patch) | |
tree | 3c3f47365a5bcec9e5d0ebc7e1a4f094afcccc76 /spec/fixtures | |
parent | 62574be35d5a92c6c825912e1ab9969c5acdb7d9 (diff) | |
download | gitlab-ce-7c6f4adac9bc2f0bba46a4267f1081c7542e4dc4.tar.gz |
Fix more specs
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/api/schemas/issue.json | 2 |
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" } |