summary refs log tree commit diff
path: root/tests/handlers/test_profile.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@arasphere.net>2018-05-04 02:26:46 +0100
committerGitHub <noreply@github.com>2018-05-04 02:26:46 +0100
commitc3ec84dbcdf1d43a4e37d10d9e4c1881f485c29d (patch)
tree6df3d6dd97f1c25c2daf4dabc043df50347dc886 /tests/handlers/test_profile.py
parentunbreak 3pid deletion (diff)
parentunbreak tests (diff)
downloadsynapse-c3ec84dbcdf1d43a4e37d10d9e4c1881f485c29d.tar.xz
Merge pull request #3096 from matrix-org/matthew/derive-mxid-from-3pid
add the register_mxid_from_3pid setting (untested)
Diffstat (limited to 'tests/handlers/test_profile.py')
-rw-r--r--tests/handlers/test_profile.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/handlers/test_profile.py b/tests/handlers/test_profile.py

index 8646c4e434..b2fd4b9af9 100644 --- a/tests/handlers/test_profile.py +++ b/tests/handlers/test_profile.py
@@ -68,8 +68,6 @@ class ProfileTestCase(unittest.TestCase): self.bob = UserID.from_string("@4567:test") self.alice = UserID.from_string("@alice:remote") - yield self.store.create_profile(self.frank.localpart) - self.handler = hs.get_profile_handler() @defer.inlineCallbacks @@ -123,7 +121,6 @@ class ProfileTestCase(unittest.TestCase): @defer.inlineCallbacks def test_incoming_fed_query(self): - yield self.store.create_profile("caroline") yield self.store.set_profile_displayname("caroline", "Caroline", 1) response = yield self.query_handlers["profile"](