summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2022-05-17 19:01:06 +0200
committerGitHub <noreply@github.com>2022-05-17 17:01:06 +0000
commit182ca78a12c4ae0f37726d43d5e592d669d99ee1 (patch)
tree0b52a822d0d3d89d95d7a62ed7d5de6dabf9a43f /tests
parentallow `on_invalidate=None` in `@cached` methods (#12769) (diff)
downloadsynapse-182ca78a12c4ae0f37726d43d5e592d669d99ee1.tar.xz
Delete events from federation_inbound_events_staging table on purge (#12770)
Diffstat (limited to 'tests')
-rw-r--r--tests/rest/admin/test_room.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rest/admin/test_room.py b/tests/rest/admin/test_room.py
index 95282f078e..608d3f2dc3 100644
--- a/tests/rest/admin/test_room.py
+++ b/tests/rest/admin/test_room.py
@@ -2489,4 +2489,5 @@ PURGE_TABLES = [
     "room_tags",
     # "state_groups",  # Current impl leaves orphaned state groups around.
     "state_groups_state",
+    "federation_inbound_events_staging",
 ]