zulip/zerver/webhooks/bitbucket/fixtures/push.json
Eeshan Garg 597db11a98 webhooks: Rename webhook fixtures to only include event type.
All webhook fixtures have now been renamed from
<webhook_name>/fixtures/<webhook_name>_<event_type>.json to
<webhook_name>/fixtures/<event_type>.json.
2017-05-13 20:07:40 -02:30

16 lines
382 B
JSON

{
"repository":{
"name":"Repository name",
"absolute_url": "kolaszek/repository-name/"
},
"user":"kolaszek",
"commits":[
{
"message":"c\n",
"raw_node":"25f93d22b719e2d678a7ad5ee0ef0d1fcdf39c12",
"branch": "master"
}
],
"canon_url": "https://bitbucket.org/"
}