Commit 021faad3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add nickname to oauth_spec

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 4ab32be8
......@@ -8,6 +8,7 @@ describe Gitlab::OAuth::User do
@info = double(
uid: '12djsak321',
nickname: 'john',
name: 'John',
email: 'john@mail.com'
)
......
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