Skip to content

Commit 2c0c3fd

Browse files
committed
That returns avatar_url instead of gravatar_url now.
1 parent 736dce9 commit 2c0c3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def json(key)
5858
USER = {
5959
"login" => "octocat",
6060
"id" => 1,
61-
"gravatar_url" => "https://github.com/images/error/octocat_happy.gif",
61+
"avatar_url" => "https://github.com/images/error/octocat_happy.gif",
6262
"url" => "https://api.github.com/users/octocat"
6363
}
6464

0 commit comments

Comments
 (0)