update all imports in test files: fastapi_oidc_op → porchlight
This commit is contained in:
parent
14037117e7
commit
7cb1adbd06
31 changed files with 63 additions and 63 deletions
|
|
@ -27,7 +27,7 @@ echo " DB: ${OIDC_OP_SQLITE_PATH}"
|
|||
OIDC_OP_ISSUER="${TARGET_URL}" \
|
||||
OIDC_OP_DEBUG=true \
|
||||
uv run --directory "$PROJECT_ROOT" \
|
||||
uvicorn fastapi_oidc_op.app:create_app \
|
||||
uvicorn porchlight.app:create_app \
|
||||
--factory --host 127.0.0.1 --port "$PORT" \
|
||||
--log-level warning &
|
||||
SERVER_PID=$!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue