8000 add gravatar_id to to expected output · bguthrie/developer.github.com@11e61b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11e61b3

Browse files
committed
add gravatar_id 8000 to to expected output
1 parent 8d9e88d commit 11e61b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/resources.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def json(key)
5959
"login" => "octocat",
6060
"id" => 1,
6161
"avatar_url" => "https://github.com/images/error/octocat_happy.gif",
62+
"gravatar_id" => "somehexcode",
6263
"url" => "https://api.github.com/users/octocat"
6364
}
6465

0 commit comments

Comments
 (0)
0