Fix the parameters of a test fixture (#7243)

This commit is contained in:
Zay11Zay 2020-04-14 15:37:28 -04:00 committed by GitHub
parent fef82f4e22
commit f1097e7720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/7243.misc Normal file
View file

@ -0,0 +1 @@
Correct the parameters of a test fixture. Contributed by Isaiah Singletary.

View file

@ -50,7 +50,7 @@ class EventStreamPermissionsTestCase(unittest.HomeserverTestCase):
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")