diff options
author | Erik Johnston <erik@matrix.org> | 2018-10-25 15:25:21 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-10-25 15:25:21 +0100 |
commit | e5481b22aac800b016e05f50a50ced85a226b364 (patch) | |
tree | 4fa4dfed6d4154e61a71205fdfd098d1aae989f6 /tests/handlers | |
parent | Use match rather than search (diff) | |
download | synapse-e5481b22aac800b016e05f50a50ced85a226b364.tar.xz |
Use allow/deny
Diffstat (limited to 'tests/handlers')
-rw-r--r-- | tests/handlers/test_directory.py | 2 |
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", } ] |