Merge pull request 'fix/pytest-fix-doda' (#337) from fix/pytest-fix-doda into development

Reviewed-on: ADUANASOFT/anexo76#337
This commit is contained in:
2026-04-27 21:15:27 +00:00

View File

@@ -37,7 +37,7 @@ def test_doda_fingerprint_changes_when_field_changes(db_session: Session):
def _print_client(db_session: Session, test_tenant) -> TestClient:
app = FastAPI()
app.include_router(doda_routes.router, prefix="/doda")
app.include_router(doda_routes.router)
def _override_get_db():
yield db_session