Remove spurious mocking of complete_sso_login

The tests that need this all do it already.
This commit is contained in:
Richard van der Hoff 2020-12-15 23:00:03 +00:00
parent 2dd2e90e2b
commit c1883f042d

View File

@ -796,8 +796,6 @@ class OidcHandlerTestCase(HomeserverTestCase):
self.handler._exchange_code = simple_async_mock(return_value={})
self.handler._parse_id_token = simple_async_mock(return_value=userinfo)
self.handler._fetch_userinfo = simple_async_mock(return_value=userinfo)
auth_handler = self.hs.get_auth_handler()
auth_handler.complete_sso_login = simple_async_mock()
state = "state"
session = self.handler._generate_oidc_session_token(