diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-12-10 12:06:48 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-12-10 19:06:48 +0800 |
commit | 4dc3993b221cf7b321e578e1f542891a49714b2d (patch) | |
tree | c93ae83a2667565733ee7aea16c79bcf34326748 /models/fixtures/release.yml | |
parent | d3a9c4ceec85489bf917eba8b45fa57fd0c1f4e6 (diff) | |
download | gitea-4dc3993b221cf7b321e578e1f542891a49714b2d.tar.gz gitea-4dc3993b221cf7b321e578e1f542891a49714b2d.zip |
tests: add attachement tests integration (#9309)
* tests: add attachements integration
* Update integrations/attachement_test.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Diffstat (limited to 'models/fixtures/release.yml')
-rw-r--r-- | models/fixtures/release.yml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/models/fixtures/release.yml b/models/fixtures/release.yml index ca780a73aa..db9a6b503d 100644 --- a/models/fixtures/release.yml +++ b/models/fixtures/release.yml @@ -1 +1,14 @@ -[] # empty +- + id: 1 + repo_id: 1 + publisher_id: 2 + tag_name: "v1.1" + lower_tag_name: "v1.1" + target: "master" + title: "testing-release" + sha1: "65f1bf27bc3bf70f64657658635e66094edbcb4d" + num_commits: 10 + is_draft: false + is_prerelease: false + is_tag: false + created_unix: 946684800
\ No newline at end of file |