You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
In the prepare() method in <tests/rest/client/v1/test_events.py>, the parameters are in the wrong order.
Currently: def prepare(self, hs, reactor, clock):
Should be: def prepare(self, reactor, clock, hs)
Steps to reproduce
list the steps
that reproduce the bug
using hyphens as bullet points
Version information
Homeserver:
If not matrix.org:
Version:
Install method:
Platform:
The text was updated successfully, but these errors were encountered:
Description
In the prepare() method in <tests/rest/client/v1/test_events.py>, the parameters are in the wrong order.
Currently: def prepare(self, hs, reactor, clock):
Should be: def prepare(self, reactor, clock, hs)
Steps to reproduce
Version information
If not matrix.org:
Version:
Install method:
The text was updated successfully, but these errors were encountered: