synapse-product/tests/rest/client/v2_alpha
Brendan Abolivier 69ad7cc13b
Config option to inhibit 3PID errors on /requestToken
Adds a request_token_inhibit_errors configuration flag (disabled by
default) which, if enabled, change the behaviour of all /requestToken
endpoints so that they return a 200 and a fake sid if the 3PID was/was
not found associated with an account (depending on the endpoint),
instead of an error.

Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2020-04-22 23:38:42 +02:00
..
__init__.py Refactor REST API tests to use explicit reactors (#3351) 2018-07-17 20:43:18 +10:00
test_account.py Config option to inhibit 3PID errors on /requestToken 2020-04-22 23:38:42 +02:00
test_auth.py Refactor the user-interactive auth handling (#6105) 2019-09-25 11:33:03 +01:00
test_capabilities.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
test_filter.py send 404 as http-status when filter-id is unknown to the server (#2380) 2019-10-10 12:59:55 +01:00
test_register.py Config option to inhibit 3PID errors on /requestToken 2020-04-22 23:38:42 +02:00
test_relations.py Remove the ability to query relations when the original event was redacted. (#5629) 2019-07-18 14:41:42 +01:00
test_sync.py Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 2020-02-21 07:15:07 -05:00