mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-25 10:10:31 -04:00
Fix purge_room admin API (#6711)
This commit is contained in:
parent
edc244eec4
commit
19a1aac48c
3 changed files with 3 additions and 4 deletions
|
@ -337,7 +337,7 @@ class PurgeRoomTestCase(unittest.HomeserverTestCase):
|
|||
"local_invites",
|
||||
"room_account_data",
|
||||
"room_tags",
|
||||
"state_groups",
|
||||
# "state_groups", # Current impl leaves orphaned state groups around.
|
||||
"state_groups_state",
|
||||
):
|
||||
count = self.get_success(
|
||||
|
@ -351,8 +351,6 @@ class PurgeRoomTestCase(unittest.HomeserverTestCase):
|
|||
|
||||
self.assertEqual(count, 0, msg="Rows not purged in {}".format(table))
|
||||
|
||||
test_purge_room.skip = "Disabled because it's currently broken"
|
||||
|
||||
|
||||
class QuarantineMediaTestCase(unittest.HomeserverTestCase):
|
||||
"""Test /quarantine_media admin API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue