mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
webhooks: Rename stream->channel in some remaining random places.
This commit is contained in:
committed by
Tim Abbott
parent
2099afe79b
commit
2b927e355a
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user