zulip/zerver/webhooks/github_webhook/fixtures
Eeshan Garg 31986d1b94 github_webhook: Update "pull_request unassigned" event fixture.
The older fixture for this event assumed that the "assignee" key
had a value of '{}' if no one was assigned to a PR anymore.
However, that is no longer true because testing with requestbin
showed that in the latest JSON payload for this event, the key
"assignee" now has the value of 'null' (None when converted to
Python) when a user is unassigned from a PR. The current code
didn't handle this correctly. This commit makes sure it does!

Its unclear as to whether the old fixture was simply wrong or
whether GitHub changed its payloads in any way.
2017-08-24 16:48:00 -07:00
..
assigned_pull_request.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
closed_pull_request.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
commit_comment.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
create.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
delete.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
deployment.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
deployment_status.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
edited_pull_request.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
fork.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
issue.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
issue_comment.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
labeled_pull_request.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
member.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
membership.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
merged_pull_request.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
opened_pull_request.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
page_build.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
ping.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
ping_organization.json github_webhook: Support "ping" events from organization webhooks. 2017-07-17 10:15:28 -07:00
public.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
pull_request_review.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
pull_request_review_comment.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
push_1_commit.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
push_1_commit_without_username.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
push_50_commits.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
push_delete_branch.json webhooks: Add support for a GitHub push event deleting a branch. 2017-05-16 00:11:20 -02:30
push_event.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
push_local_branch_without_commits.json webhooks/github*: Support pushing a local branch without commits. 2017-05-16 23:51:19 -02:30
push_multiple_committers.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
push_multiple_committers_with_others.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
push_tag.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
release.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
repository.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
request_review_pull_request.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
request_review_removed_pull_request.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
status.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
synchronized_pull_request.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
team_add.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
unassigned_pull_request.json github_webhook: Update "pull_request unassigned" event fixture. 2017-08-24 16:48:00 -07:00
unlabeled_pull_request.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
watch_repository.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
wiki_pages.json webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30