Isolate sparse request recheck regression test
Magent CI/CD / verify (push) Successful in 10m11s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Successful in 14s

This commit is contained in:
2026-08-31 15:23:49 +12:00
parent 82d87d968e
commit 8f810e0f36
+9
View File
@@ -678,6 +678,15 @@ class RequestRecheckTests(unittest.IsolatedAsyncioTestCase):
with patch.object(requests_router, "get_runtime_settings", return_value=runtime), patch.object(
requests_router, "JellyseerrClient", return_value=seerr
), patch.object(
requests_router,
"_get_media_details",
new=AsyncMock(
return_value={
"title": "Batman v Superman: Dawn of Justice",
"releaseDate": "2016-03-23",
}
),
), patch.object(requests_router, "upsert_request_cache") as upsert, patch.object(
requests_router, "_cache_set"
) as cache_set, patch.object(requests_router, "_refresh_recent_cache_from_db"), patch.object(