mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:14:52 -04:00
fix dict handling for make_request()
This commit is contained in:
parent
9debe657a3
commit
70c0d47989
2 changed files with 2 additions and 3 deletions
|
@ -429,9 +429,6 @@ class HomeserverTestCase(TestCase):
|
|||
Returns:
|
||||
Tuple[synapse.http.site.SynapseRequest, channel]
|
||||
"""
|
||||
if isinstance(content, dict):
|
||||
content = json.dumps(content).encode("utf8")
|
||||
|
||||
return make_request(
|
||||
self.reactor,
|
||||
self.site,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue