summary refs log tree commit diff
path: root/tests/handlers
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-10-25 15:25:21 +0100
committerErik Johnston <erik@matrix.org>2018-10-25 15:25:21 +0100
commite5481b22aac800b016e05f50a50ced85a226b364 (patch)
tree4fa4dfed6d4154e61a71205fdfd098d1aae989f6 /tests/handlers
parentUse match rather than search (diff)
downloadsynapse-e5481b22aac800b016e05f50a50ced85a226b364.tar.xz
Use allow/deny
Diffstat (limited to 'tests/handlers')
-rw-r--r--tests/handlers/test_directory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_directory.py b/tests/handlers/test_directory.py
index 4f299b74ba..8ae6556c0a 100644
--- a/tests/handlers/test_directory.py
+++ b/tests/handlers/test_directory.py
@@ -118,7 +118,7 @@ class TestCreateAliasACL(unittest.HomeserverTestCase):
             {
                 "user_id": "*",
                 "alias": "#unofficial_*",
-                "action": "allowed",
+                "action": "allow",
             }
         ]