Browse Source

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
David Robertson 5 months ago
parent
commit
0619c2bbd2
2 changed files with 1 additions and 0 deletions
  1. 1 0
      changelog.d/16684.misc
  2. 0 0
      tests/media/test_media_retention.py

+ 1 - 0
changelog.d/16684.misc

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

+ 0 - 0
tests/rest/media/test_media_retention.py → tests/media/test_media_retention.py