diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-08-10 20:01:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 11:01:12 -0700 |
commit | 2281427175e4c93a30c39607fb4ac23c2a1f399f (patch) | |
tree | 8126073e8781149e422e51ac63e58364de1936e5 /changelog.d | |
parent | Add some miscellaneous comments around sync (#13474) (diff) | |
download | synapse-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.misc | 1 |
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 |