diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-04-16 17:41:01 +0100 |
---|---|---|
committer | Erik Johnston <erikj@jki.re> | 2019-04-16 17:41:01 +0100 |
commit | 2f61dd058d49fcbf88e9ff972863c40a0644103d (patch) | |
tree | 7f625ac50701fc3d16d36cc3b98345c51534de09 /tests/rest/client/test_identity.py | |
parent | [DINSIC] Block internal users from inviting external users to a public room (... (diff) | |
download | synapse-2f61dd058d49fcbf88e9ff972863c40a0644103d.tar.xz |
[DINSIC] Add ability to proxy identity lookups (#5048)
Diffstat (limited to 'tests/rest/client/test_identity.py')
-rw-r--r-- | tests/rest/client/test_identity.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/rest/client/test_identity.py b/tests/rest/client/test_identity.py index ca63b2e6ed..7e8b95887f 100644 --- a/tests/rest/client/test_identity.py +++ b/tests/rest/client/test_identity.py @@ -37,8 +37,6 @@ class IdentityTestCase(unittest.HomeserverTestCase): return self.hs def test_3pid_lookup_disabled(self): - self.hs.config.enable_3pid_lookup = False - self.register_user("kermit", "monkey") tok = self.login("kermit", "monkey") |