mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-24 04:50:38 -04:00
Add missing type hints to tests.config. (#14681)
This commit is contained in:
parent
864c3f85b0
commit
3aeca2588b
18 changed files with 108 additions and 103 deletions
|
@ -20,7 +20,7 @@ from tests import unittest
|
|||
|
||||
|
||||
class RoomDirectoryConfigTestCase(unittest.TestCase):
|
||||
def test_alias_creation_acl(self):
|
||||
def test_alias_creation_acl(self) -> None:
|
||||
config = yaml.safe_load(
|
||||
"""
|
||||
alias_creation_rules:
|
||||
|
@ -78,7 +78,7 @@ class RoomDirectoryConfigTestCase(unittest.TestCase):
|
|||
)
|
||||
)
|
||||
|
||||
def test_room_publish_acl(self):
|
||||
def test_room_publish_acl(self) -> None:
|
||||
config = yaml.safe_load(
|
||||
"""
|
||||
alias_creation_rules: []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue