mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-24 13:10:26 -04:00
Fix tests
This commit is contained in:
parent
d8391f0541
commit
e836bdf734
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ class ApplicationServiceTestCase(unittest.TestCase):
|
||||||
id="unique_identifier",
|
id="unique_identifier",
|
||||||
url="some_url",
|
url="some_url",
|
||||||
token="some_token",
|
token="some_token",
|
||||||
|
hostname="matrix.org", # only used by get_groups_for_user
|
||||||
namespaces={
|
namespaces={
|
||||||
ApplicationService.NS_USERS: [],
|
ApplicationService.NS_USERS: [],
|
||||||
ApplicationService.NS_ROOMS: [],
|
ApplicationService.NS_ROOMS: [],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue