synapse/tests/rest
David Robertson 4c96ce396e
Misc typing fixes for tests, part 1 of N (#11323)
* Annotate HomeserverTestCase.servlets
* Correct annotation of federation_auth_origin
* Use AnyStr custom_headers instead of a Union

This allows (str, str) and (bytes, bytes).
This disallows (str, bytes) and (bytes, str)

* DomainSpecificString.SIGIL is a ClassVar
2021-11-12 15:50:54 +00:00
..
admin Convert delete room admin API to async endpoint (#11223) 2021-11-12 12:35:31 +00:00
client Misc typing fixes for tests, part 1 of N (#11323) 2021-11-12 15:50:54 +00:00
key
media Handle missing Content-Type header when accessing remote media (#11200) 2021-11-01 10:26:02 -07:00
__init__.py
test_health.py
test_well_known.py