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 = [
|