diff options
author | Cristina <hi@xmunoz.com> | 2021-07-08 10:57:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 16:57:13 +0100 |
commit | f6767abc054f3461cd9a70ba096fcf9a8e640edb (patch) | |
tree | f4f9efe8bd1595da5e0c2229cfa1b0483b9e501c /tests/rest/admin/test_room.py | |
parent | Minor changes to `user_daily_visits` (#10324) (diff) | |
download | synapse-f6767abc054f3461cd9a70ba096fcf9a8e640edb.tar.xz |
Remove functionality associated with unused historical stats tables (#9721)
Fixes #9602
Diffstat (limited to 'tests/rest/admin/test_room.py')
-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 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", |