diff options
author | Will Hunt <will@half-shot.uk> | 2019-08-28 16:31:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-28 16:31:40 +0100 |
commit | c8fa620d7adb2da0638b80c62c2b695f2732191d (patch) | |
tree | 892a3f4e9d762454a3e3c31dda71fde0d76476e9 /tests | |
parent | Let synctl use a config directory. (#5904) (diff) | |
parent | Removing entry for 5903 (diff) | |
download | synapse-c8fa620d7adb2da0638b80c62c2b695f2732191d.tar.xz |
Merge pull request #5902 from matrix-org/hs/exempt-support-users-from-consent
Exempt support users from consent
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)), ) |