Skip to content

Commit 6de707a

Browse files
Zay11Zayphil-flex
authored andcommitted
Fix the parameters of a test fixture (matrix-org#7243)
1 parent 256c5d8 commit 6de707a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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)