BigW Consortium Gitlab

Add nickname to oauth_spec

parent 4ab32be8
...@@ -8,6 +8,7 @@ describe Gitlab::OAuth::User do ...@@ -8,6 +8,7 @@ describe Gitlab::OAuth::User do
@info = double( @info = double(
uid: '12djsak321', uid: '12djsak321',
nickname: 'john',
name: 'John', name: 'John',
email: 'john@mail.com' 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