summary refs log tree commit diff
path: root/changelog.d/12232.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor relations tests (#12232)Patrick Cloke2022-03-161-0/+1
* 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.