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:
authorShinya Maeda <shinya@gitlab.com>2019-01-02 09:01:15 +0300
committerShinya Maeda <shinya@gitlab.com>2019-01-04 16:17:02 +0300
commitf5f52da885f331b9860c2cc1fe1847fd10ca9385 (patch)
tree6ad5e46438ca6f05e98e3caa0318f332eb7437d9 /spec/fixtures
parent8a75453ea0553b712963161e79177513e17ca376 (diff)
Add spec for Releases::Source and Link models
Releases::Source and Releases::Link are covered by tests
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/release.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/release.json b/spec/fixtures/api/schemas/release.json
index 234b82c5306..45fa8b074d4 100644
--- a/spec/fixtures/api/schemas/release.json
+++ b/spec/fixtures/api/schemas/release.json
@@ -18,6 +18,7 @@
"links": {
"type": "array",
"items": {
+ "id": "integer",
"name": "string",
"url": "string",
"external": "boolean"