mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-09 00:12:38 -04:00
Fix type hints in knocking tests. (#14887)
This commit is contained in:
parent
8a7d2de51f
commit
836c592f15
4 changed files with 5 additions and 7 deletions
|
@ -294,9 +294,7 @@ class SyncTypingTests(unittest.HomeserverTestCase):
|
|||
self.make_request("GET", sync_url % (access_token, next_batch))
|
||||
|
||||
|
||||
class SyncKnockTestCase(
|
||||
unittest.HomeserverTestCase, KnockingStrippedStateEventHelperMixin
|
||||
):
|
||||
class SyncKnockTestCase(KnockingStrippedStateEventHelperMixin):
|
||||
servlets = [
|
||||
synapse.rest.admin.register_servlets,
|
||||
login.register_servlets,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue