summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorEthan Koenig <etk39@cornell.edu>2017-02-07 09:49:37 -0500
committerLunny Xiao <xiaolunwen@gmail.com>2017-02-07 22:49:37 +0800
commit5fbab9737303223c6f607f91b692df9c78d2847c (patch)
treea034f7c6a8e2b8a5e8e3ce0a5d66b33d733adc66 /models
parent78544f827b18bc7363e60ed3e11586deb0e58006 (diff)
downloadgitea-5fbab9737303223c6f607f91b692df9c78d2847c.tar.gz
gitea-5fbab9737303223c6f607f91b692df9c78d2847c.zip
Fix broken test fixture (#859)
Diffstat (limited to 'models')
-rw-r--r--models/fixtures/user.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/models/fixtures/user.yml b/models/fixtures/user.yml
index 3ed0b2b618..568f367290 100644
--- a/models/fixtures/user.yml
+++ b/models/fixtures/user.yml
@@ -112,7 +112,7 @@
full_name: User Eight
email: user8@example.com
passwd: password
- type: 0 # user
+ type: 0 # individual
salt: salt
is_admin: false
avatar: avatar8
@@ -127,7 +127,7 @@
full_name: User Nine
email: user9@example.com
passwd: password
- type: 0 # user
+ type: 0 # individual
salt: salt
is_admin: false
avatar: avatar9
@@ -142,10 +142,10 @@
full_name: User Ten
email: user10@example.com
passwd: password
- type: 0 # user
+ type: 0 # individual
salt: salt
is_admin: false
avatar: avatar10
avatar_email: user10@example.com
- num_repos: 0
+ num_repos: 3
is_active: true