synapse/changelog.d/11461.misc
Dirk Klimpel 432a174bc1
Remove unnecessary json.dumps from tests.rest.admin (#11461)
The tests helpers automatically convert dictionaries to
JSON payloads, no need to do it manually for each
test.
2021-11-30 14:51:04 +00:00

1 line
56 B
Plaintext

Remove unnecessary `json.dumps` from `tests.rest.admin`.