From 4ad7a8b7556e5c9cd3ef81d2a97f8bf1ba52bccd Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 16 May 2024 17:24:28 -0500 Subject: [PATCH] No need to change this formatting from develop --- tests/handlers/test_sync.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/handlers/test_sync.py b/tests/handlers/test_sync.py index 74f63c19ce..02371ce724 100644 --- a/tests/handlers/test_sync.py +++ b/tests/handlers/test_sync.py @@ -691,7 +691,7 @@ class SyncTestCase(tests.unittest.HomeserverTestCase): sync_version=SyncVersion.SYNC_V2, request_key=generate_request_key(), since_token=initial_sync_result.next_batch, - ), + ) ) # The state event should appear in the 'state' section of the response. @@ -933,6 +933,7 @@ class SyncTestCase(tests.unittest.HomeserverTestCase): """Some old accounts have managed to set a `m.push_rules` account data, which we should ignore in /sync response. """ + user = self.register_user("alice", "password") # Insert the bad account data.