mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-08 12:22:45 -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
|
@ -21,7 +21,7 @@ from tests.unittest import TestCase
|
|||
class ValidateConfigTestCase(TestCase):
|
||||
"""Test cases for synapse.config._util.validate_config"""
|
||||
|
||||
def test_bad_object_in_array(self):
|
||||
def test_bad_object_in_array(self) -> None:
|
||||
"""malformed objects within an array should be validated correctly"""
|
||||
|
||||
# consider a structure:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue