zulip/zerver/webhooks/basecamp/fixtures
Puneeth Chaganti 01efb351d5 webhooks/basecamp: Fix typo in todo_due_on_changed event name.
The event name seems to have been incorrectly called `todo_due_date_changed`
instead of `todo_due_on_changed`. The API docs for webhooks don't mention
the correct event name, but the TODO json payload[1] seems to contain the
`due_on` field, aside from the fixture actually referring to
`todo_due_on_changed` event type.

[1]: https://github.com/basecamp/bc3-api/blob/master/sections/todos.md
2020-04-17 09:41:55 -07:00
..
comment_created.json
doc_active.json
doc_archived.json
doc_content_changed.json
doc_created.json
doc_publicized.json
doc_title_changed.json
doc_trashed.json
doc_unarchive.json
message_archived.json
message_content_changed.json
message_created.json
message_title_changed.json
message_trashed.json
message_unarchived.json
question_archived.json
question_created.json
question_trashed.json
question_unarchived.json
questions_answer_archived.json
questions_answer_content_changed.json
questions_answer_created.json
questions_answer_trashed.json
questions_answer_unarchived.json
todo_assignment_changed.json
todo_completed.json
todo_created.json
todo_due_on_changed.json
todo_list_created.json
todo_list_description_changed.json
todo_list_name_changed.json
todo_uncompleted.json