summary refs log tree commit diff
path: root/tests/rest/client/v2_alpha/test_auth.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-22 16:22:57 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-22 16:22:57 +0100
commit23ce9ea383e2fec1af7af7c2e570c3c5a8c8ac01 (patch)
treeed46ef1e4538e8f23221e760f2719a4e631bf96d /tests/rest/client/v2_alpha/test_auth.py
parentMerge commit '20af31088' into anoa/dinsic_release_1_31_0 (diff)
parentAdd type hints to media rest resources. (#9093) (diff)
downloadsynapse-23ce9ea383e2fec1af7af7c2e570c3c5a8c8ac01.tar.xz
Merge commit 'd34c6e127' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'tests/rest/client/v2_alpha/test_auth.py')
-rw-r--r--tests/rest/client/v2_alpha/test_auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/v2_alpha/test_auth.py b/tests/rest/client/v2_alpha/test_auth.py

index 50630106ad..3e8661f9b9 100644 --- a/tests/rest/client/v2_alpha/test_auth.py +++ b/tests/rest/client/v2_alpha/test_auth.py
@@ -411,7 +411,7 @@ class UIAuthTests(unittest.HomeserverTestCase): # run the UIA-via-SSO flow session_id = channel.json_body["session"] channel = self.helper.auth_via_oidc( - remote_user_id=remote_user_id, ui_auth_session_id=session_id + {"sub": remote_user_id}, ui_auth_session_id=session_id ) # that should serve a confirmation page