diff --git a/tests/test_e2e/conftest.py b/tests/test_e2e/conftest.py index 735f24d..ece269f 100644 --- a/tests/test_e2e/conftest.py +++ b/tests/test_e2e/conftest.py @@ -26,8 +26,8 @@ from cartsnitch_api.models import ( # Shared test constants ZERO_UUID = "00000000-0000-0000-0000-000000000000" BAD_UUID = "not-a-uuid" -# Fixed anchor date for deterministic tests -ANCHOR_DATE = date(2026, 3, 15) +# Anchor relative to today so price history seed data stays within the 90-day trend window. +ANCHOR_DATE = date.today() @pytest.fixture