diff options
Diffstat (limited to 'tests/rest/client/test_sync.py')
-rw-r--r-- | tests/rest/client/test_sync.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/rest/client/test_sync.py b/tests/rest/client/test_sync.py index 7f3d5907cf..fc170ebd4e 100644 --- a/tests/rest/client/test_sync.py +++ b/tests/rest/client/test_sync.py @@ -4754,12 +4754,7 @@ class SlidingSyncTestCase(SlidingSyncBase): "lists": { "foo-list": { "ranges": [[0, 1]], - "required_state": [ - [EventTypes.Create, ""], - [EventTypes.RoomHistoryVisibility, ""], - # This one doesn't exist in the room - [EventTypes.Tombstone, ""], - ], + "required_state": [], "timeline_limit": 0, } } |