diff options
author | David Robertson <davidr@element.io> | 2023-11-27 01:29:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 01:29:46 +0000 |
commit | 0619c2bbd266a1e643bfe65a675afba8871aeb95 (patch) | |
tree | 87d76868a1d50a9f833d4b252f71fd37f7e92fe0 | |
parent | Correctly read to-device stream pos on SQLite (#16682) (diff) | |
download | synapse-0619c2bbd266a1e643bfe65a675afba8871aeb95.tar.xz |
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
-rw-r--r-- | changelog.d/16684.misc | 1 | ||||
-rw-r--r-- | tests/media/test_media_retention.py (renamed from tests/rest/media/test_media_retention.py) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16684.misc b/changelog.d/16684.misc new file mode 100644 index 0000000000..6fb55c08a5 --- /dev/null +++ b/changelog.d/16684.misc @@ -0,0 +1 @@ +Reoranganise test files. diff --git a/tests/rest/media/test_media_retention.py b/tests/media/test_media_retention.py index 27a663a23b..27a663a23b 100644 --- a/tests/rest/media/test_media_retention.py +++ b/tests/media/test_media_retention.py |