Skip to content

Commit cdc20d1

Browse files
committed
Align kwargs name
1 parent e80d0d9 commit cdc20d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unittest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def setup_test_homeserver(
641641
config: Optional[JsonDict] = None,
642642
reactor: Optional[ISynapseReactor] = None,
643643
clock: Optional[Clock] = None,
644-
**kwargs: Any,
644+
**extra_homeserver_attributes: Any,
645645
) -> HomeServer:
646646
"""
647647
Set up the test homeserver, meant to be called by the overridable

0 commit comments

Comments
 (0)