summary refs log tree commit diff
path: root/tests/handlers/test_sso.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/handlers/test_sso.py')
-rw-r--r--tests/handlers/test_sso.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_sso.py b/tests/handlers/test_sso.py
index 620ae3a4ba..b9ffdb4ced 100644
--- a/tests/handlers/test_sso.py
+++ b/tests/handlers/test_sso.py
@@ -31,7 +31,7 @@ class TestSSOHandler(unittest.HomeserverTestCase):
         self.http_client.get_file.side_effect = mock_get_file
         self.http_client.user_agent = b"Synapse Test"
         hs = self.setup_test_homeserver(
-            proxied_blacklisted_http_client=self.http_client
+            proxied_blocklisted_http_client=self.http_client
         )
         return hs