webhooks: Rename stream->channel in some remaining random places.

This commit is contained in:
Mateusz Mandera
2024-05-04 22:39:36 +02:00
committed by Tim Abbott
parent 2099afe79b
commit 2b927e355a
5 changed files with 9 additions and 9 deletions

View File

@@ -550,7 +550,7 @@ A temporary team so that I can get some webhook fixtures!
log_mock = patch("zerver.decorator.webhook_unsupported_events_logger.exception")
with log_mock as m:
stream_message = self.send_webhook_payload(
channel_message = self.send_webhook_payload(
self.test_user,
self.url,
payload,
@@ -559,7 +559,7 @@ A temporary team so that I can get some webhook fixtures!
)
self.assert_channel_message(
message=stream_message,
message=channel_message,
channel_name=self.CHANNEL_NAME,
topic_name="team My Team",
content="Team has changes to `bogus_key1/bogus_key2` data.",