summaryrefslogtreecommitdiffstats
path: root/models/fixtures/team.yml
diff options
context:
space:
mode:
authorMorlinest <Morlinest@users.noreply.github.com>2017-09-22 12:51:16 +0200
committerLauris BH <lauris@nix.lv>2017-09-22 13:51:16 +0300
commitca68a75b5b8d457f56905ebb7e56d4b7c4566c2e (patch)
tree37ae9fd4e513bc6b7d18056e03a19b9319b3f0ad /models/fixtures/team.yml
parentb4b0280e339767ae13ea994cee877a666255e65d (diff)
downloadgitea-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.yml')
-rw-r--r--models/fixtures/team.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/models/fixtures/team.yml b/models/fixtures/team.yml
index 795d5cda6c..298de648dd 100644
--- a/models/fixtures/team.yml
+++ b/models/fixtures/team.yml
@@ -37,3 +37,12 @@
num_repos: 0
num_members: 1
unit_types: '[1,2,3,4,5,6,7]'
+-
+ id: 5
+ org_id: 17
+ lower_name: owners
+ name: Owners
+ authorize: 4 # owner
+ num_repos: 2
+ num_members: 1
+ unit_types: '[1,2,3,4,5,6,7]'