Skip to content

Commit

Permalink
Remove unused admin user in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose authored Jun 12, 2024
1 parent 8a5ddda commit 1289ccd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/rest/client/test_reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ class ReportRoomTestCase(unittest.HomeserverTestCase):
]

def prepare(self, reactor: MemoryReactor, clock: Clock, hs: HomeServer) -> None:
self.admin_user = self.register_user("admin", "pass", admin=True)
self.admin_user_tok = self.login("admin", "pass")
self.other_user = self.register_user("user", "pass")
self.other_user_tok = self.login("user", "pass")

Expand Down

0 comments on commit 1289ccd

Please sign in to comment.