aboutsummaryrefslogtreecommitdiffstats
path: root/models/fixtures/access.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/access.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/access.yml')
-rw-r--r--models/fixtures/access.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/models/fixtures/access.yml b/models/fixtures/access.yml
index 8722b248db..34d5c5c594 100644
--- a/models/fixtures/access.yml
+++ b/models/fixtures/access.yml
@@ -15,3 +15,27 @@
user_id: 4
repo_id: 3
mode: 2 # write
+
+-
+ id: 4
+ user_id: 15
+ repo_id: 22
+ mode: 2 # write
+
+-
+ id: 5
+ user_id: 15
+ repo_id: 21
+ mode: 2 # write
+
+-
+ id: 6
+ user_id: 15
+ repo_id: 23
+ mode: 4 # owner
+
+-
+ id: 7
+ user_id: 15
+ repo_id: 24
+ mode: 4 # owner \ No newline at end of file