mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
webhooks: Rename STREAM_NAME to CHANNEL_NAME in tests.
This commit is contained in:
committed by
Tim Abbott
parent
d507706371
commit
dc31347ac4
@@ -7,7 +7,7 @@ from zerver.lib.test_classes import WebhookTestCase
|
||||
|
||||
|
||||
class TrelloHookTests(WebhookTestCase):
|
||||
STREAM_NAME = "trello"
|
||||
CHANNEL_NAME = "trello"
|
||||
URL_TEMPLATE = "/api/v1/external/trello?stream={stream}&api_key={api_key}"
|
||||
WEBHOOK_DIR_NAME = "trello"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user