summary refs log tree commit diff
path: root/tests/storage/test_appservice.py
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2015-02-27 11:51:06 +0000
committerKegan Dougal <kegan@matrix.org>2015-02-27 11:51:06 +0000
commitde190e49d5711edb5503e5574296a3c2a02ca06c (patch)
treef72f980bcca9bb8e93e34800d1514a4a2cccd526 /tests/storage/test_appservice.py
parentUpdate unit tests to use new format. (diff)
downloadsynapse-de190e49d5711edb5503e5574296a3c2a02ca06c.tar.xz
Add more unit tests for exclusive namespaces.
Diffstat (limited to 'tests/storage/test_appservice.py')
-rw-r--r--tests/storage/test_appservice.py2
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 = [