fix: remove username json field.

This commit is contained in:
Bo-Yi Wu 2017-05-01 20:59:31 +08:00
parent 4329268ee1
commit 70072321e9
No known key found for this signature in database
GPG key ID: 0F84B2110C500B1F

View file

@ -79,7 +79,6 @@ const repoPayload = `
{
"owner": {
"login": "test_name",
"username": "test_name",
"email": "octocat@github.com",
"avatar_url": "https:\/\/secure.gravatar.com\/avatar\/8c58a0be77ee441bb8f8595b7f1b4e87"
},
@ -102,7 +101,6 @@ const userRepoPayload = `
{
"owner": {
"login": "test_name",
"username": "test_name",
"email": "octocat@github.com",
"avatar_url": "https:\/\/secure.gravatar.com\/avatar\/8c58a0be77ee441bb8f8595b7f1b4e87"
},