summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:27:20 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:27:20 +0100
commit357f84c9520e08e304c9c96a9b115e9c47043ca3 (patch)
tree5f27d9ee6f5a177823c635134e13b55a34c8fafd /tests
parentMerge commit '937b849a2' into anoa/dinsic_release_1_31_0 (diff)
parentAdd a check for duplicate IdP ids (#9184) (diff)
downloadsynapse-357f84c9520e08e304c9c96a9b115e9c47043ca3.tar.xz
Merge commit '42a8e8137' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'tests')
-rw-r--r--tests/rest/client/v1/test_login.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/v1/test_login.py b/tests/rest/client/v1/test_login.py

index 2d25490374..2672ce24c6 100644 --- a/tests/rest/client/v1/test_login.py +++ b/tests/rest/client/v1/test_login.py
@@ -446,7 +446,7 @@ class MultiSSOTestCase(unittest.HomeserverTestCase): p.feed(channel.result["body"].decode("utf-8")) p.close() - self.assertCountEqual(p.radios["idp"], ["cas", "oidc", "idp1", "saml"]) + self.assertCountEqual(p.radios["idp"], ["cas", "oidc", "oidc-idp1", "saml"]) self.assertEqual(p.hiddens["redirectUrl"], TEST_CLIENT_REDIRECT_URL)