Files
zulip/zerver/tornado
Lauryn Menard 8a0070ace7 decorator: Move tornado notify data parameter to REQ framework.
Instead of using `request.POST` to access the `data` parameter used
in the internal `notify_tornado` path, adds `has_request_variables`
decorator and accesses `data` as a `REQ` parameter.

Expands `test_tornado_endpoint` in `test_event_system.py` for
`data` being a required parameter for this path.
2022-07-20 14:23:05 -07:00
..
2022-06-28 16:35:49 -07:00