summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2021-11-30 15:51:04 +0100
committerGitHub <noreply@github.com>2021-11-30 14:51:04 +0000
commit432a174bc192740ac7a0a755009f6099b8363ad9 (patch)
tree3eb797da49e009531930580f2164e66b3c7482ce /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-432a174bc192740ac7a0a755009f6099b8363ad9.tar.xz
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.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11461.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11461.misc b/changelog.d/11461.misc
new file mode 100644
index 0000000000..92133f9eaa
--- /dev/null
+++ b/changelog.d/11461.misc
@@ -0,0 +1 @@
+Remove unnecessary `json.dumps` from `tests.rest.admin`.
\ No newline at end of file