mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-10 02:30:00 -04:00
Merge pull request #571 from matrix-org/daniel/asids
Mark AS users with their AS's ID
This commit is contained in:
commit
95481e7ba7
10 changed files with 120 additions and 35 deletions
|
@ -48,11 +48,12 @@ class SQLBaseStoreTestCase(unittest.TestCase):
|
|||
|
||||
config = Mock()
|
||||
config.event_cache_size = 1
|
||||
config.database_config = {"name": "sqlite3"}
|
||||
hs = HomeServer(
|
||||
"test",
|
||||
db_pool=self.db_pool,
|
||||
config=config,
|
||||
database_engine=create_engine("sqlite3"),
|
||||
database_engine=create_engine(config),
|
||||
)
|
||||
|
||||
self.datastore = SQLBaseStore(hs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue