This commit is contained in:
2026-03-05 17:13:59 -05:00
parent d4923c5198
commit fd36aad539
11 changed files with 48 additions and 48 deletions

View File

@@ -4,7 +4,7 @@ from pathlib import Path
from datetime import datetime, timedelta
from src import session_logger
from src.log_registry import LogRegistry
from log_pruner import LogPruner
from src.log_pruner import LogPruner
@pytest.fixture
def e2e_setup(tmp_path: Path, monkeypatch: Any) -> Any: