summary refs log tree commit diff
path: root/tests/rest/client/test_identity.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rest/client/test_identity.py')
-rw-r--r--tests/rest/client/test_identity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rest/client/test_identity.py b/tests/rest/client/test_identity.py

index b942f1ffe6..ec260a2873 100644 --- a/tests/rest/client/test_identity.py +++ b/tests/rest/client/test_identity.py
@@ -40,7 +40,7 @@ class IdentityDisabledTestCase(unittest.HomeserverTestCase): config = self.default_config() config.enable_3pid_lookup = False config.trusted_third_party_id_servers = [ - "testis" + "testis", ] self.hs = self.setup_test_homeserver(config=config) @@ -119,7 +119,7 @@ class IdentityEnabledTestCase(unittest.HomeserverTestCase): config = self.default_config() config.enable_3pid_lookup = True config.trusted_third_party_id_servers = [ - "testis" + "testis", ] mock_http_client = Mock(spec=[