Commit 3e864036 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix ldap_user_auth_spec

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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