mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-17 08:29:10 -05:00
Run tests under PostgreSQL (#3423)
This commit is contained in:
parent
a001038b92
commit
99dd975dae
49 changed files with 227 additions and 59 deletions
|
|
@ -40,7 +40,7 @@ class FilterTestCase(unittest.TestCase):
|
|||
self.hs_clock = Clock(self.clock)
|
||||
|
||||
self.hs = setup_test_homeserver(
|
||||
http_client=None, clock=self.hs_clock, reactor=self.clock
|
||||
self.addCleanup, http_client=None, clock=self.hs_clock, reactor=self.clock
|
||||
)
|
||||
|
||||
self.auth = self.hs.get_auth()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue