summary refs log tree commit diff
path: root/tests/rest
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-12-29 07:26:29 -0500
committerGitHub <noreply@github.com>2020-12-29 07:26:29 -0500
commitd0c3c24eb2bf12d2975093f074daa84569b12ddd (patch)
tree52613c523f89e44af004f7e8e95e7a8c258b65b0 /tests/rest
parentSupport PyJWT v2.0.0. (#8986) (diff)
downloadsynapse-d0c3c24eb2bf12d2975093f074daa84569b12ddd.tar.xz
Drop the unused local_invites table. (#8979)
This table has been unused since Synapse v1.17.0.
Diffstat (limited to 'tests/rest')
-rw-r--r--tests/rest/admin/test_room.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rest/admin/test_room.py b/tests/rest/admin/test_room.py

index 60a5fcecf7..fa620f97f3 100644 --- a/tests/rest/admin/test_room.py +++ b/tests/rest/admin/test_room.py
@@ -1598,7 +1598,6 @@ PURGE_TABLES = [ "event_push_summary", "pusher_throttle", "group_summary_rooms", - "local_invites", "room_account_data", "room_tags", # "state_groups", # Current impl leaves orphaned state groups around.