zulip/zerver/webhooks/trello/fixtures
Steve Howell 37159fc235 trello tests: Generalize test for createCheckItem.
We remove the fixture for create_check_item, which
has been bit-rotting for as long as we have ignored
this type of card data.

Our new test is more powerful, in the sense that it
shows we successfully ignore all fixtures of this
type.

If we want to handle this, we'll just need to get
new, representative fixture data from trello.
2020-08-24 12:34:46 -07:00
..
adding_attachment_to_card.json
adding_checklist_to_card.json
adding_comment_to_card.json
adding_description_to_card.json
adding_label_to_card.json
adding_member_to_board.json
adding_member_to_card.json
adding_new_list_to_board.json
archiving_card.json
change_board_background_image.json
changing_cards_list.json
changing_description_on_card.json cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00
changing_due_date_on_card.json
check_item_on_card_checklist.json
creating_card.json
moving_card_within_single_list.json
removing_description_from_card.json cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00
removing_due_date_from_card.json
removing_label_from_card.json
removing_member_from_board.json
removing_member_from_card.json
renaming_board.json
renaming_card.json
reopening_card.json
setting_due_date_to_card.json
uncheck_item_on_card_checklist.json