Fix a left-over OIDC term.

pull/8800/head
Patrick Cloke 2020-12-01 12:38:30 -05:00
parent 003b25e9ff
commit 91792568c4
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class SamlHandlerTestCase(HomeserverTestCase):
) )
self.assertEqual(str(e.value), "localpart is invalid: föö") self.assertEqual(str(e.value), "localpart is invalid: föö")
def test_map_userinfo_to_user_retries(self): def test_map_saml_response_to_user_retries(self):
"""The mapping provider can retry generating an MXID if the MXID is already in use.""" """The mapping provider can retry generating an MXID if the MXID is already in use."""
store = self.hs.get_datastore() store = self.hs.get_datastore()
self.get_success( self.get_success(