diff options
author | Shinya Maeda <shinya@gitlab.com> | 2019-01-02 15:01:15 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2019-01-04 22:17:02 +0900 |
commit | f5f52da885f331b9860c2cc1fe1847fd10ca9385 (patch) | |
tree | 6ad5e46438ca6f05e98e3caa0318f332eb7437d9 /spec/fixtures/api | |
parent | 8a75453ea0553b712963161e79177513e17ca376 (diff) | |
download | gitlab-ce-f5f52da885f331b9860c2cc1fe1847fd10ca9385.tar.gz |
Add spec for Releases::Source and Link models
Releases::Source and Releases::Link are covered by tests
Diffstat (limited to 'spec/fixtures/api')
-rw-r--r-- | spec/fixtures/api/schemas/release.json | 1 |
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" |