diff options
author | Morlinest <Morlinest@users.noreply.github.com> | 2017-09-22 12:51:16 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-09-22 13:51:16 +0300 |
commit | ca68a75b5b8d457f56905ebb7e56d4b7c4566c2e (patch) | |
tree | 37ae9fd4e513bc6b7d18056e03a19b9319b3f0ad /models/fixtures/team_repo.yml | |
parent | b4b0280e339767ae13ea994cee877a666255e65d (diff) | |
download | gitea-ca68a75b5b8d457f56905ebb7e56d4b7c4566c2e.tar.gz gitea-ca68a75b5b8d457f56905ebb7e56d4b7c4566c2e.zip |
Expand fixtures (#2571)
* Add more repo search tests
* Add and fix /api/repo/search integration tests
* Add owner to access table for organization repositories
* Remove tests
Diffstat (limited to 'models/fixtures/team_repo.yml')
-rw-r--r-- | models/fixtures/team_repo.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/models/fixtures/team_repo.yml b/models/fixtures/team_repo.yml index 1f7385e7e9..5154453f7b 100644 --- a/models/fixtures/team_repo.yml +++ b/models/fixtures/team_repo.yml @@ -15,3 +15,15 @@ org_id: 3 team_id: 1 repo_id: 5 + +- + id: 4 + org_id: 17 + team_id: 5 + repo_id: 23 + +- + id: 5 + org_id: 17 + team_id: 5 + repo_id: 24
\ No newline at end of file |