diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-23 12:22:35 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-23 12:22:35 +0100 |
commit | 458add9e2909040d67c8a2b423838664f287486e (patch) | |
tree | 1241266cd54a53b49d84b0197a7df18b9440b219 /tests/storage | |
parent | Merge commit 'd2f0ec12d' into anoa/dinsic_release_1_31_0 (diff) | |
parent | Reduce the memory usage of previewing media files. (#9421) (diff) | |
download | synapse-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.py | 1 |
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))), ) |