webhooks: Rename api_stream_message to api_channel_message in tests.

This commit is contained in:
Mateusz Mandera
2024-05-04 22:04:48 +02:00
committed by Tim Abbott
parent dc31347ac4
commit 4e968869a2
6 changed files with 28 additions and 28 deletions

View File

@@ -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,