diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-16 09:20:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 09:20:57 -0400 |
commit | 1da0f79d5455b594f2aa989106a672786f5b990f (patch) | |
tree | 77744e809116bb4fa0ddad54c75f61a46a3ce952 /changelog.d | |
parent | Clean-up logic for rebasing URLs during URL preview. (#12219) (diff) | |
download | synapse-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.misc | 1 |
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. |