Files
zulip/zerver/tests/test_muting_users.py
Lauryn Menard 7a7f3337c1 tests: Fix unused message_id parameter in tests.
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.
2022-02-21 08:52:33 -08:00

15 KiB