summary refs log tree commit diff
path: root/tests/storage/test_registration.py
diff options
context:
space:
mode:
authorHalf-Shot <will@half-shot.uk>2019-08-23 09:25:35 +0100
committerHalf-Shot <will@half-shot.uk>2019-08-23 09:25:35 +0100
commit0fb5189072f61416e7f616aa9d90d8c981e6b8b3 (patch)
treeb307c004396bcb9ec22a485f48e12769e622a2c5 /tests/storage/test_registration.py
parentnewsfile 5902 (diff)
downloadsynapse-0fb5189072f61416e7f616aa9d90d8c981e6b8b3.tar.xz
Fix registration test
Diffstat (limited to 'tests/storage/test_registration.py')
-rw-r--r--tests/storage/test_registration.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/storage/test_registration.py b/tests/storage/test_registration.py

index 0253c4ac05..4578cc3b60 100644 --- a/tests/storage/test_registration.py +++ b/tests/storage/test_registration.py
@@ -49,6 +49,7 @@ class RegistrationStoreTestCase(unittest.TestCase): "consent_server_notice_sent": None, "appservice_id": None, "creation_ts": 1000, + "user_type": None, }, (yield self.store.get_user_by_id(self.user_id)), )