summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-05-29 20:19:29 +0100
committerRichard van der Hoff <richard@matrix.org>2018-05-29 20:19:29 +0100
commita995fdae39303ae2e9ef88e34b7e4e626e23fa73 (patch)
treede661c2ac8160237bee7823353d38022e8c6ac49 /tests
parentExempt AS-registered users from doing gdpr (diff)
downloadsynapse-a995fdae39303ae2e9ef88e34b7e4e626e23fa73.tar.xz
fix tests
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 cc637dda1c..f863b75846 100644
--- a/tests/storage/test_registration.py
+++ b/tests/storage/test_registration.py
@@ -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))
         )