mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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.