mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 19:42:14 -04:00
Remove spurious "SynapseRequest" result from `make_request"
This was never used, so let's get rid of it.
This commit is contained in:
parent
ac2acf1524
commit
394516ad1b
59 changed files with 742 additions and 983 deletions
|
@ -42,13 +42,12 @@ class UserSharedRoomsTest(unittest.HomeserverTestCase):
|
|||
self.handler = hs.get_user_directory_handler()
|
||||
|
||||
def _get_shared_rooms(self, token, other_user) -> FakeChannel:
|
||||
_, channel = self.make_request(
|
||||
return self.make_request(
|
||||
"GET",
|
||||
"/_matrix/client/unstable/uk.half-shot.msc2666/user/shared_rooms/%s"
|
||||
% other_user,
|
||||
access_token=token,
|
||||
)
|
||||
return channel
|
||||
|
||||
def test_shared_room_list_public(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue