summary refs log tree commit diff
path: root/tests/storage
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-23 12:22:35 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-23 12:22:35 +0100
commit458add9e2909040d67c8a2b423838664f287486e (patch)
tree1241266cd54a53b49d84b0197a7df18b9440b219 /tests/storage
parentMerge commit 'd2f0ec12d' into anoa/dinsic_release_1_31_0 (diff)
parentReduce the memory usage of previewing media files. (#9421) (diff)
downloadsynapse-458add9e2909040d67c8a2b423838664f287486e.tar.xz
Merge commit '8ec221710' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'tests/storage')
-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 abbaed7cdc..4eb41c46e8 100644
--- a/tests/storage/test_registration.py
+++ b/tests/storage/test_registration.py
@@ -52,6 +52,7 @@ class RegistrationStoreTestCase(unittest.TestCase):
                 "creation_ts": 1000,
                 "user_type": None,
                 "deactivated": 0,
+                "shadow_banned": 0,
             },
             (yield defer.ensureDeferred(self.store.get_user_by_id(self.user_id))),
         )