From 0619c2bbd266a1e643bfe65a675afba8871aeb95 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 27 Nov 2023 01:29:46 +0000 Subject: [PATCH] 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 --- changelog.d/16684.misc | 1 + tests/{rest => }/media/test_media_retention.py | 0 2 files changed, 1 insertion(+) create mode 100644 changelog.d/16684.misc rename tests/{rest => }/media/test_media_retention.py (100%) diff --git a/changelog.d/16684.misc b/changelog.d/16684.misc new file mode 100644 index 000000000..6fb55c08a --- /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 similarity index 100% rename from tests/rest/media/test_media_retention.py rename to tests/media/test_media_retention.py