mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-31 09:42:28 +00:00
parent
67c317e741
commit
dc184d2737
5 changed files with 137 additions and 3 deletions
|
@ -606,6 +606,32 @@ binary data
|
|||
``,
|
||||
},
|
||||
|
||||
{
|
||||
"issue-471",
|
||||
"issue-471",
|
||||
nil,
|
||||
"POST",
|
||||
nil,
|
||||
"application/json",
|
||||
`{"exists": 1}`,
|
||||
http.StatusOK,
|
||||
`success`,
|
||||
``,
|
||||
},
|
||||
|
||||
{
|
||||
"issue-471-and",
|
||||
"issue-471-and",
|
||||
nil,
|
||||
"POST",
|
||||
nil,
|
||||
"application/json",
|
||||
`{"exists": 1}`,
|
||||
http.StatusOK,
|
||||
`Hook rules were not satisfied.`,
|
||||
`parameter node not found`,
|
||||
},
|
||||
|
||||
{
|
||||
"missing-cmd-arg", // missing head_commit.author.email
|
||||
"github",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue