mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03:00
fix tests
This commit is contained in:
parent
4a9cbdbc15
commit
a995fdae39
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class RegistrationStoreTestCase(unittest.TestCase):
|
|||
"is_guest": 0,
|
||||
"consent_version": None,
|
||||
"consent_server_notice_sent": None,
|
||||
"appservice_id": None,
|
||||
},
|
||||
(yield self.store.get_user_by_id(self.user_id))
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue