From 40a44c66e86629fc5f31fdfa8907c8ecb2ee964a Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 28 Jul 2026 15:04:38 -0700 Subject: [PATCH] Serve URL routing fixtures from checkout root --- archivebox/tests/test_urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivebox/tests/test_urls.py b/archivebox/tests/test_urls.py index 3f2c2d36..9016752c 100644 --- a/archivebox/tests/test_urls.py +++ b/archivebox/tests/test_urls.py @@ -11,7 +11,7 @@ import pytest from archivebox.tests.conftest import run_archivebox_cmd -REPO_ROOT = Path(__file__).resolve().parents[3] +REPO_ROOT = Path(__file__).resolve().parents[2] def test_html_image_sources_rewrite_to_captured_responses(tmp_path):