More fixed tests

This commit is contained in:
Jyri-Petteri Paloposki 2020-07-20 20:25:35 +03:00
parent efee4976b0
commit 149dbe7e27
4 changed files with 16 additions and 15 deletions

View file

@ -19,17 +19,6 @@ other_user:
last_name: Doe
auth_type: database
other_user_email:
id: 3
login: joe
crypted_password: <%= BCrypt::Password.create("open") %>
token: <%= Digest::SHA1.hexdigest("joeSun Feb 19 14:42:45 GMT 20060.408173979260027") %>
is_admin: false
first_name: Jane
last_name: Doe
email: joe@example.org
auth_type: database
ldap_user:
id: 3
login: john
@ -59,3 +48,15 @@ ldap_user:
first_name: International
last_name: Harvester
auth_type: CAS
other_user_email:
id: 6
login: joe
crypted_password: <%= BCrypt::Password.create("open") %>
token: <%= Digest::SHA1.hexdigest("joeSun Feb 19 14:42:45 GMT 20060.408173979260027") %>
is_admin: false
first_name: Jane
last_name: Doe
email: joe@example.org
auth_type: database