Update mock auth to match what is actually returned.

This commit is contained in:
Glenn Gillen 2011-11-13 00:02:49 +00:00
parent 1e67857034
commit b4b8a127b8
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ module OmniAuth
:default => {
'provider' => 'default',
'uid' => '1234',
'name' => 'Bob Example'
'info' => {
'name' => 'Bob Example'
}
}
}
}