Fix ldap_user_auth_spec
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
b1ff8e31b1
commit
3e864036e7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue