fix/pytest-fix-doda
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user