diff options
author | Ethan Koenig <etk39@cornell.edu> | 2017-06-17 00:49:45 -0400 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-06-17 12:49:45 +0800 |
commit | ce9b86082c4824917023b1bb480648d0cc56dd04 (patch) | |
tree | ba28673c955d009492557f54953857165e2f8da8 /models/fixtures | |
parent | a3868ef5367315f52334b81819a412cad820f5eb (diff) | |
download | gitea-ce9b86082c4824917023b1bb480648d0cc56dd04.tar.gz gitea-ce9b86082c4824917023b1bb480648d0cc56dd04.zip |
Consolidate boilerplate in integration tests (#1979)
Diffstat (limited to 'models/fixtures')
-rw-r--r-- | models/fixtures/user.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/models/fixtures/user.yml b/models/fixtures/user.yml index dbf991bb87..89e8785a7b 100644 --- a/models/fixtures/user.yml +++ b/models/fixtures/user.yml @@ -1,3 +1,5 @@ +# NOTE: all users should have a password of "password" + - # NOTE: this user (id=1) is the admin id: 1 lower_name: user1 |