summary refs log tree commit diff
path: root/tests/handlers
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2021-11-15 12:31:22 +0200
committerGitHub <noreply@github.com>2021-11-15 10:31:22 +0000
commit6f862c5c28f03d712502635799dfd1b01bf79712 (patch)
treedab658400ea89b318c119af0fe945b605bb37a08 /tests/handlers
parentRemove unused tables `room_stats_historical` and `user_stats_historical` (#11... (diff)
downloadsynapse-6f862c5c28f03d712502635799dfd1b01bf79712.tar.xz
Add support for the stable version of MSC2778 (#11335)
* Add support for the stable version of MSC2778

Signed-off-by: Tulir Asokan <tulir@maunium.net>

* Expect m.login.application_service in login and password provider tests

Signed-off-by: Tulir Asokan <tulir@maunium.net>
Diffstat (limited to 'tests/handlers')
-rw-r--r--tests/handlers/test_password_providers.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/handlers/test_password_providers.py b/tests/handlers/test_password_providers.py
index 7dd4a5a367..08e9730d4d 100644
--- a/tests/handlers/test_password_providers.py
+++ b/tests/handlers/test_password_providers.py
@@ -31,7 +31,10 @@ from tests.unittest import override_config
 
 # (possibly experimental) login flows we expect to appear in the list after the normal
 # ones
-ADDITIONAL_LOGIN_FLOWS = [{"type": "uk.half-shot.msc2778.login.application_service"}]
+ADDITIONAL_LOGIN_FLOWS = [
+    {"type": "m.login.application_service"},
+    {"type": "uk.half-shot.msc2778.login.application_service"},
+]
 
 # a mock instance which the dummy auth providers delegate to, so we can see what's going
 # on