mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
Add basic test for FeedbackBot.
This sets up a new test class with a simple test, mostly for increasing coverage. The class should in the future be extended to properly verify the handle_feedback() logic.
This commit is contained in:
@@ -1277,7 +1277,6 @@ def do_send_messages(messages_maybe_none: Sequence[Optional[MutableMapping[str,
|
||||
queue_json_publish(
|
||||
'feedback_messages',
|
||||
wide_message_dict,
|
||||
lambda x: None
|
||||
)
|
||||
|
||||
if message['message'].recipient.type == Recipient.PERSONAL:
|
||||
|
||||
Reference in New Issue
Block a user