mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-31 21:54:16 -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
|
@ -667,7 +667,7 @@ class HTTPPusherTests(HomeserverTestCase):
|
|||
# This will actually trigger a new notification to be sent out so that
|
||||
# even if the user does not receive another message, their unread
|
||||
# count goes down
|
||||
request, channel = self.make_request(
|
||||
channel = self.make_request(
|
||||
"POST",
|
||||
"/rooms/%s/receipt/m.read/%s" % (room_id, first_message_event_id),
|
||||
{},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue