summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-08-10 20:01:12 +0200
committerGitHub <noreply@github.com>2022-08-10 11:01:12 -0700
commit2281427175e4c93a30c39607fb4ac23c2a1f399f (patch)
tree8126073e8781149e422e51ac63e58364de1936e5 /changelog.d
parentAdd some miscellaneous comments around sync (#13474) (diff)
downloadsynapse-2281427175e4c93a30c39607fb4ac23c2a1f399f.tar.xz
Use literals in place of `HTTPStatus` constants in tests (#13488)
* Use literals in place of `HTTPStatus` constants in tests

* newsfile

* code style

* code style
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13488.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13488.misc b/changelog.d/13488.misc
new file mode 100644
index 0000000000..315930deab
--- /dev/null
+++ b/changelog.d/13488.misc
@@ -0,0 +1 @@
+Use literals in place of `HTTPStatus` constants in tests.
\ No newline at end of file