MatrixSynapse/tests
Richard van der Hoff 950bb0305f
Consistently use room_id from federation request body (#8776)
* Consistently use room_id from federation request body

Some federation APIs have a redundant `room_id` path param (see
https://github.com/matrix-org/matrix-doc/issues/2330). We should make sure we
consistently use either the path param or the body param, and the body param is
easier.

* Kill off some references to "context"

Once upon a time, "rooms" were known as "contexts". I think this kills of the
last references to "contexts".
2020-11-19 10:05:33 +00:00
..
api Add admin API for logging in as a user (#8617) 2020-11-17 10:51:25 +00:00
app Remove redundant calls to `render()` 2020-11-16 18:24:08 +00:00
appservice
config
crypto
events
federation Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
handlers Consistently use room_id from federation request body (#8776) 2020-11-19 10:05:33 +00:00
http Remove redundant calls to `render()` 2020-11-16 18:24:08 +00:00
logging
module_api Add admin API for logging in as a user (#8617) 2020-11-17 10:51:25 +00:00
push
replication Remove redundant calls to `render()` 2020-11-16 18:24:08 +00:00
rest Fix tests on develop (#8777) 2020-11-18 15:43:11 +00:00
scripts
server_notices Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
state
storage Merge pull request #8761 from matrix-org/rav/test_request_rendering 2020-11-17 15:17:04 +00:00
test_utils
util
__init__.py
server.py Remove redundant calls to `render()` 2020-11-16 18:24:08 +00:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_metrics.py
test_phone_home.py
test_preview.py
test_server.py Remove redundant calls to `render()` 2020-11-16 18:24:08 +00:00
test_state.py Add admin API for logging in as a user (#8617) 2020-11-17 10:51:25 +00:00
test_terms_auth.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_test_utils.py
test_types.py
test_visibility.py
unittest.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
utils.py