diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-01-21 09:19:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 09:19:56 +0000 |
commit | 9f2016e96e800460c390c2f2de85797910954ca6 (patch) | |
tree | 7dc636182e554e25a29b8bd3a256f5cf6cd3facd /tests/rest/admin | |
parent | Stop reading from `event_reference_hashes` (#11794) (diff) | |
download | synapse-9f2016e96e800460c390c2f2de85797910954ca6.tar.xz |
Drop unused table `public_room_list_stream`. (#11795)
This is a follow-up to #10565.
Diffstat (limited to 'tests/rest/admin')
-rw-r--r-- | tests/rest/admin/test_room.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rest/admin/test_room.py b/tests/rest/admin/test_room.py index 3495a0366a..23da0ad736 100644 --- a/tests/rest/admin/test_room.py +++ b/tests/rest/admin/test_room.py @@ -2468,7 +2468,6 @@ PURGE_TABLES = [ "event_search", "events", "group_rooms", - "public_room_list_stream", "receipts_graph", "receipts_linearized", "room_aliases", |