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

Parameters in <tests/rest/client/v1/test_events.py> in wrong order #7242

@Zay11Zay

Description

@Zay11Zay

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

  • list the steps
  • that reproduce the bug
  • using hyphens as bullet points

Version information

  • Homeserver:

If not matrix.org:

  • Version:

  • Install method:

  • Platform:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions