mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 10:11:23 +02:00
fix: remove username json field.
This commit is contained in:
parent
4329268ee1
commit
70072321e9
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user