webhooks: Rename STREAM_NAME to CHANNEL_NAME in tests.

This commit is contained in:
Mateusz Mandera
2024-05-04 22:02:50 +02:00
committed by Tim Abbott
parent d507706371
commit dc31347ac4
93 changed files with 148 additions and 148 deletions

View File

@@ -4,7 +4,7 @@ from zerver.lib.test_classes import WebhookTestCase
class IntercomWebHookTests(WebhookTestCase):
STREAM_NAME = "test"
CHANNEL_NAME = "test"
URL_TEMPLATE = "/api/v1/external/intercom?&api_key={api_key}&stream={stream}"
WEBHOOK_DIR_NAME = "intercom"