webhooks: Rename stream_name to channel_name arg.

This commit is contained in:
Mateusz Mandera
2024-05-04 22:24:07 +02:00
committed by Tim Abbott
parent fef299510f
commit d7b2655ad2
8 changed files with 17 additions and 17 deletions

View File

@@ -175,7 +175,7 @@ class WebhookURLConfigurationTestCase(WebhookTestCase):
msg = self.get_last_message()
self.assert_channel_message(
message=msg,
stream_name="helloworld_renamed",
channel_name="helloworld_renamed",
topic_name=expected_topic_name,
content=expected_message,
)