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