mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 23:19:10 +00:00
Various backend tests use the `PATCH /messages/{msg_id}` endpoint.
For that endpoint, the message ID is encoded in the URL path and
ignored if provided as a parameter in the the query.
Verified that the tests were providing the same message ID to both
the path and then removed the ignored parameter in the query.
15 KiB
15 KiB