summaryrefslogtreecommitdiffstats
path: root/models/fixtures/user.yml
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2017-02-15 23:24:23 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2017-02-15 23:24:23 +0800
commit43c94d0a6cd8daf01125df3bf895f1beb1bcd664 (patch)
tree06973f77f683d30f3efab45a5f2d9e5a9c9c7726 /models/fixtures/user.yml
parenta31f64d639f32ee4ef428e76277eb0b0bf5616c4 (diff)
downloadgitea-43c94d0a6cd8daf01125df3bf895f1beb1bcd664.tar.gz
gitea-43c94d0a6cd8daf01125df3bf895f1beb1bcd664.zip
test: Add testing for GetUserFork function (#944)
Diffstat (limited to 'models/fixtures/user.yml')
-rw-r--r--models/fixtures/user.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/models/fixtures/user.yml b/models/fixtures/user.yml
index 337fb54590..8874498c91 100644
--- a/models/fixtures/user.yml
+++ b/models/fixtures/user.yml
@@ -164,3 +164,33 @@
avatar_email: user11@example.com
num_repos: 1
is_active: true
+
+-
+ id: 12
+ lower_name: user12
+ name: user12
+ full_name: User 12
+ email: user12@example.com
+ passwd: password
+ type: 0 # individual
+ salt: salt
+ is_admin: false
+ avatar: avatar12
+ avatar_email: user12@example.com
+ num_repos: 1
+ is_active: true
+
+-
+ id: 13
+ lower_name: user13
+ name: user13
+ full_name: User 13
+ email: user13@example.com
+ passwd: password
+ type: 0 # individual
+ salt: salt
+ is_admin: false
+ avatar: avatar13
+ avatar_email: user13@example.com
+ num_repos: 1
+ is_active: true