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

Commit

Permalink
Fix the parameters of a test fixture (#7243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zay11Zay authored Apr 14, 2020
1 parent fef82f4 commit f1097e7
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 f1097e7

Please sign in to comment.