Use allow/deny

This commit is contained in:
Erik Johnston 2018-10-25 15:25:21 +01:00
parent 47a9ba435d
commit e5481b22aa
3 changed files with 11 additions and 11 deletions

View file

@ -118,7 +118,7 @@ class TestCreateAliasACL(unittest.HomeserverTestCase):
{
"user_id": "*",
"alias": "#unofficial_*",
"action": "allowed",
"action": "allow",
}
]