mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
Add nickname to oauth_spec
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -8,6 +8,7 @@ describe Gitlab::OAuth::User do
|
||||
|
||||
@info = double(
|
||||
uid: '12djsak321',
|
||||
nickname: 'john',
|
||||
name: 'John',
|
||||
email: 'john@mail.com'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user