0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-25 20:49:02 +02:00
synapse/tests/federation/transport
Richard van der Hoff c3db7a0b59
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.
2022-02-11 12:06:02 +00:00
..
__init__.py Fix RoomDirectoryFederationTests and make them actually run (#8998) 2020-12-30 19:27:32 +00:00
test_client.py Add missing copyright header. (#11460) 2021-11-30 13:23:53 +00:00
test_knocking.py Tests: replace mocked Authenticator with the real thing (#11913) 2022-02-11 12:06:02 +00:00
test_server.py Tests: replace mocked Authenticator with the real thing (#11913) 2022-02-11 12:06:02 +00:00