diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-02-27 11:51:06 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-02-27 11:51:06 +0000 |
commit | de190e49d5711edb5503e5574296a3c2a02ca06c (patch) | |
tree | f72f980bcca9bb8e93e34800d1514a4a2cccd526 /tests/storage | |
parent | Update unit tests to use new format. (diff) | |
download | synapse-de190e49d5711edb5503e5574296a3c2a02ca06c.tar.xz |
Add more unit tests for exclusive namespaces.
Diffstat (limited to 'tests/storage')
-rw-r--r-- | tests/storage/test_appservice.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_appservice.py b/tests/storage/test_appservice.py index 9a646fa6eb..ca5b92ec85 100644 --- a/tests/storage/test_appservice.py +++ b/tests/storage/test_appservice.py @@ -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 = [ |