1
0

Move media retention tests out of rest tests (#16684)

* Move media retention tests out of rest tests

AFAICS this doesn't make any HTTP requests and so it ought not to belong
in `tests.rest`.

* Changelog
This commit is contained in:
David Robertson
2023-11-27 01:29:46 +00:00
committed by GitHub
parent c3627d0f99
commit 0619c2bbd2
2 changed files with 1 additions and 0 deletions

1
changelog.d/16684.misc Normal file
View File

@@ -0,0 +1 @@
Reoranganise test files.