mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Update mock auth to match what is actually returned.
This commit is contained in:
parent
1e67857034
commit
b4b8a127b8
1 changed files with 3 additions and 1 deletions
|
@ -34,10 +34,12 @@ module OmniAuth
|
|||
:default => {
|
||||
'provider' => 'default',
|
||||
'uid' => '1234',
|
||||
'info' => {
|
||||
'name' => 'Bob Example'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
def self.defaults
|
||||
@@defaults
|
||||
|
|
Loading…
Reference in a new issue