Skip to content
Snippets Groups Projects
Commit 0fb51890 authored by Half-Shot's avatar Half-Shot
Browse files

Fix registration test

parent 80793e81
Branches
Tags
No related merge requests found
...@@ -49,6 +49,7 @@ class RegistrationStoreTestCase(unittest.TestCase): ...@@ -49,6 +49,7 @@ class RegistrationStoreTestCase(unittest.TestCase):
"consent_server_notice_sent": None, "consent_server_notice_sent": None,
"appservice_id": None, "appservice_id": None,
"creation_ts": 1000, "creation_ts": 1000,
"user_type": None,
}, },
(yield self.store.get_user_by_id(self.user_id)), (yield self.store.get_user_by_id(self.user_id)),
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment