summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2019-08-28 16:31:40 +0100
committerGitHub <noreply@github.com>2019-08-28 16:31:40 +0100
commitc8fa620d7adb2da0638b80c62c2b695f2732191d (patch)
tree892a3f4e9d762454a3e3c31dda71fde0d76476e9 /tests
parentLet synctl use a config directory. (#5904) (diff)
parentRemoving entry for 5903 (diff)
downloadsynapse-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.py1
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)),
         )