Skip to content
Snippets Groups Projects
Commit a995fdae authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

fix tests

parent 4a9cbdbc
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ class RegistrationStoreTestCase(unittest.TestCase): ...@@ -49,6 +49,7 @@ class RegistrationStoreTestCase(unittest.TestCase):
"is_guest": 0, "is_guest": 0,
"consent_version": None, "consent_version": None,
"consent_server_notice_sent": None, "consent_server_notice_sent": None,
"appservice_id": 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