mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Add more unit tests for exclusive namespaces.
This commit is contained in:
parent
127efeeb68
commit
de190e49d5
2 changed files with 50 additions and 2 deletions
|
@ -54,7 +54,7 @@ class ApplicationServiceStoreTestCase(unittest.TestCase):
|
|||
{"regex": "@foobar_.*:matrix.org", "exclusive": True}
|
||||
]
|
||||
alias_regex = [
|
||||
{"regex": "#foobar_.*:matrix.org", "exclusive": True}
|
||||
{"regex": "#foobar_.*:matrix.org", "exclusive": False}
|
||||
]
|
||||
room_regex = [
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue