mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Fix the parameters of a test fixture (#7243)
This commit is contained in:
parent
fef82f4e22
commit
f1097e7720
1
changelog.d/7243.misc
Normal file
1
changelog.d/7243.misc
Normal file
@ -0,0 +1 @@
|
||||
Correct the parameters of a test fixture. Contributed by Isaiah Singletary.
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user