mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-08 23:52:41 -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
|
@ -18,7 +18,7 @@ from tests.utils import default_config
|
|||
|
||||
|
||||
class RatelimitConfigTestCase(TestCase):
|
||||
def test_parse_rc_federation(self):
|
||||
def test_parse_rc_federation(self) -> None:
|
||||
config_dict = default_config("test")
|
||||
config_dict["rc_federation"] = {
|
||||
"window_size": 20000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue