summary refs log tree commit diff
path: root/synapse/handlers/initial_sync.py
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-02-11 12:06:02 +0000
committerGitHub <noreply@github.com>2022-02-11 12:06:02 +0000
commitc3db7a0b59d48b8872bc24096f9a2467ef35f703 (patch)
tree85d0d137579d9258ff724fbb4f1e74bd02d14454 /synapse/handlers/initial_sync.py
parentSupport the stable API endpoint for MSC3283: new settings in `/capabilities` ... (diff)
downloadsynapse-c3db7a0b59d48b8872bc24096f9a2467ef35f703.tar.xz
Tests: replace mocked Authenticator with the real thing (#11913)
If we prepopulate the test homeserver with a key for a remote homeserver, we
can make federation requests to it without having to stub out the
authenticator. This has two advantages:

 * means that what we are testing is closer to reality (ie, we now have
   complete tests for the incoming-request-authorisation flow)

 * some tests require that other objects be signed by the remote server (eg,
   the event in `/send_join`), and doing that would require a whole separate
   set of mocking out. It's much simpler just to use real keys.
Diffstat (limited to 'synapse/handlers/initial_sync.py')
0 files changed, 0 insertions, 0 deletions