Skip to content

Commit 4c8ea0b

Browse files
committed
test(backend): add backend path for vault rotation tests
1 parent ae48084 commit 4c8ea0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testing/backend/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Add repo root to sys.path so package imports work (backend.*)
99
repo_root = Path(__file__).resolve().parents[2]
1010
sys.path.insert(0, str(repo_root))
11+
sys.path.insert(0, str(repo_root / "backend"))
1112

1213
from backend.secuscan.config import settings
1314
from backend.secuscan import database as database_module

0 commit comments

Comments
 (0)