mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-01 16:44:21 -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
|
@ -220,7 +220,7 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase):
|
|||
|
||||
self.assertEquals(self.event_source.get_current_key(), 0)
|
||||
|
||||
(request, channel) = self.make_request(
|
||||
channel = self.make_request(
|
||||
"PUT",
|
||||
"/_matrix/federation/v1/send/1000000",
|
||||
_make_edu_transaction_json(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue