mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
openapi: Make api-docs filename match with operationIds.
api docs filenames are basically the operationId of their endpoint in zulip.yaml with `_` replaced by `-`. But some operationIds have changed, so change the affected filenames. Make changes in other files accordingly.
This commit is contained in:
@@ -1175,7 +1175,7 @@ def test_streams(client: Client, nonadmin_client: Client) -> None:
|
||||
|
||||
|
||||
def test_queues(client: Client) -> None:
|
||||
# Note that the example for api/get-events-from-queue is not tested.
|
||||
# Note that the example for api/get-events is not tested.
|
||||
# Since, methods such as client.get_events() or client.call_on_each_message
|
||||
# are blocking calls and since the event queue backend is already
|
||||
# thoroughly tested in zerver/tests/test_event_queue.py, it is not worth
|
||||
|
||||
Reference in New Issue
Block a user