Skip to content

Commit

Permalink
Fix the parameters of a test fixture (matrix-org#7243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zay11Zay authored and phil-flex committed Jun 16, 2020
1 parent 256c5d8 commit 6de707a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/7243.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Correct the parameters of a test fixture. Contributed by Isaiah Singletary.
2 changes: 1 addition & 1 deletion tests/rest/client/v1/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def make_homeserver(self, reactor, clock):

return hs

def prepare(self, hs, reactor, clock):
def prepare(self, reactor, clock, hs):

# register an account
self.user_id = self.register_user("sid1", "pass")
Expand Down

0 comments on commit 6de707a

Please sign in to comment.