mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
webhooks: Rename api_stream_message to api_channel_message in tests.
This commit is contained in:
committed by
Tim Abbott
parent
dc31347ac4
commit
4e968869a2
@@ -19,7 +19,7 @@ class ZenDeskHookTests(WebhookTestCase):
|
||||
}
|
||||
|
||||
def do_test(self, expected_topic: str, expected_message: str) -> None:
|
||||
self.api_stream_message(
|
||||
self.api_channel_message(
|
||||
self.test_user,
|
||||
"",
|
||||
expected_topic,
|
||||
|
||||
Reference in New Issue
Block a user