BigW Consortium Gitlab

Fix ldap_user_auth_spec

parent b1ff8e31
......@@ -9,7 +9,8 @@ describe Gitlab::LDAP do
@info = double(
uid: '12djsak321',
name: 'John',
email: 'john@mail.com'
email: 'john@mail.com',
nickname: 'john'
)
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment