summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-03-16 09:20:57 -0400
committerGitHub <noreply@github.com>2022-03-16 09:20:57 -0400
commit1da0f79d5455b594f2aa989106a672786f5b990f (patch)
tree77744e809116bb4fa0ddad54c75f61a46a3ce952 /changelog.d
parentClean-up logic for rebasing URLs during URL preview. (#12219) (diff)
downloadsynapse-1da0f79d5455b594f2aa989106a672786f5b990f.tar.xz
Refactor relations tests (#12232)
* Moves the relation pagination tests to a separate class.
* Move the assertion of the response code into the `_send_relation` helper.
* Moves some helpers into the base-class.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12232.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12232.misc b/changelog.d/12232.misc
new file mode 100644
index 0000000000..4a4132edff
--- /dev/null
+++ b/changelog.d/12232.misc
@@ -0,0 +1 @@
+Refactor relations tests to improve code re-use.