Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit f1097e7

Browse files
authored
Fix the parameters of a test fixture (#7243)
1 parent fef82f4 commit f1097e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/7243.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Correct the parameters of a test fixture. Contributed by Isaiah Singletary.

tests/rest/client/v1/test_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def make_homeserver(self, reactor, clock):
5050

5151
return hs
5252

53-
def prepare(self, hs, reactor, clock):
53+
def prepare(self, reactor, clock, hs):
5454

5555
# register an account
5656
self.user_id = self.register_user("sid1", "pass")

0 commit comments

Comments
 (0)