mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
test-api: Fix typo in message event types.
The event type for messages is "message", not "messages" as the test (and hence the API docs Python example) reflected.
This commit is contained in:
committed by
Tim Abbott
parent
2b8bb2ffc6
commit
936d8c32c0
@@ -397,7 +397,7 @@ def register_queue(client):
|
||||
# {code_example|start}
|
||||
# Register the queue
|
||||
result = client.register(
|
||||
event_types=['messages', 'realm_emoji']
|
||||
event_types=['message', 'realm_emoji']
|
||||
)
|
||||
# {code_example|end}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user