mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-01 12:54:51 -05: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
|
|
@ -206,7 +206,7 @@ class ServerAclValidationTestCase(unittest.HomeserverTestCase):
|
|||
|
||||
# Redaction of event should fail.
|
||||
path = "/_matrix/client/r0/rooms/%s/redact/%s" % (self.room_id, event_id)
|
||||
request, channel = self.make_request(
|
||||
channel = self.make_request(
|
||||
"POST", path, content={}, access_token=self.access_token
|
||||
)
|
||||
self.assertEqual(int(channel.result["code"]), 403)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue