test(e2e): cross-process harness over the §12 seams (#66)
ci / rust (push) Failing after 1m36s
ci / web (push) Successful in 26s
e2e / e2e (push) Failing after 59s

This commit was merged in pull request #66.
This commit is contained in:
2026-08-22 21:26:16 +01:00
parent c7b57b13e6
commit e9c055675b
14 changed files with 681 additions and 61 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ impl Upstreams {
self
}
/// Point TMDB somewhere other than the real API. Tests only.
/// Point TMDB somewhere other than the real API. Tests and the
/// `ARR_TMDB_URL` e2e seam only.
#[must_use]
pub fn with_tmdb_url(mut self, url: String) -> Self {
self.tmdb_url = url;