diff --git a/lib/resources.rb b/lib/resources.rb index 82f6532967..d17416539d 100644 --- a/lib/resources.rb +++ b/lib/resources.rb @@ -58,7 +58,7 @@ def json(key) USER = { "login" => "octocat", "id" => 1, - "gravatar_url" => "https://github.com/images/error/octocat_happy.gif", + "avatar_url" => "https://github.com/images/error/octocat_happy.gif", "url" => "https://api.github.com/users/octocat" }