mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Clean-up some broken/unused code in the test framework (#8514)
This commit is contained in:
parent
9789b1fba5
commit
d35a451399
3 changed files with 52 additions and 67 deletions
|
@ -367,8 +367,6 @@ def setup_test_homeserver(cleanup_func, *args, **kwargs):
|
|||
"""
|
||||
server = _sth(cleanup_func, *args, **kwargs)
|
||||
|
||||
database = server.config.database.get_single_database()
|
||||
|
||||
# Make the thread pool synchronous.
|
||||
clock = server.get_clock()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue