summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-01-21 09:19:56 +0000
committerGitHub <noreply@github.com>2022-01-21 09:19:56 +0000
commit9f2016e96e800460c390c2f2de85797910954ca6 (patch)
tree7dc636182e554e25a29b8bd3a256f5cf6cd3facd /tests
parentStop reading from `event_reference_hashes` (#11794) (diff)
downloadsynapse-9f2016e96e800460c390c2f2de85797910954ca6.tar.xz
Drop unused table `public_room_list_stream`. (#11795)
This is a follow-up to #10565.
Diffstat (limited to 'tests')
-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 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",