diff options
author | Half-Shot <will@half-shot.uk> | 2019-08-23 09:25:35 +0100 |
---|---|---|
committer | Half-Shot <will@half-shot.uk> | 2019-08-23 09:25:35 +0100 |
commit | 0fb5189072f61416e7f616aa9d90d8c981e6b8b3 (patch) | |
tree | b307c004396bcb9ec22a485f48e12769e622a2c5 /tests | |
parent | newsfile 5902 (diff) | |
download | synapse-0fb5189072f61416e7f616aa9d90d8c981e6b8b3.tar.xz |
Fix registration test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/test_registration.py | 1 |
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)), ) |