summary refs log tree commit diff
path: root/tests/rest
diff options
context:
space:
mode:
authorCristina <hi@xmunoz.com>2021-07-08 10:57:13 -0500
committerGitHub <noreply@github.com>2021-07-08 16:57:13 +0100
commitf6767abc054f3461cd9a70ba096fcf9a8e640edb (patch)
treef4f9efe8bd1595da5e0c2229cfa1b0483b9e501c /tests/rest
parentMinor changes to `user_daily_visits` (#10324) (diff)
downloadsynapse-f6767abc054f3461cd9a70ba096fcf9a8e640edb.tar.xz
Remove functionality associated with unused historical stats tables (#9721)
Fixes #9602
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 ee071c2477..959d3cea77 100644
--- a/tests/rest/admin/test_room.py
+++ b/tests/rest/admin/test_room.py
@@ -1753,7 +1753,6 @@ PURGE_TABLES = [
     "room_memberships",
     "room_stats_state",
     "room_stats_current",
-    "room_stats_historical",
     "room_stats_earliest_token",
     "rooms",
     "stream_ordering_to_exterm",