Skip to content

Commit

Permalink
Revert "temporary fixes"
Browse files Browse the repository at this point in the history
This reverts commit d54c89e.
  • Loading branch information
mfshao committed Mar 1, 2024
1 parent 4f24bd5 commit 4dd15b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/audit/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def app_init() -> FastAPI:
title="Audit Service",
version=version("audit"),
debug=debug,
# root_path=config["DOCS_URL_PREFIX"],
root_path=config["DOCS_URL_PREFIX"],
)
app.add_middleware(ClientDisconnectMiddleware)
app.async_client = httpx.AsyncClient()
Expand Down
1 change: 0 additions & 1 deletion tests/test-audit-service-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ DB_POOL_MAX_SIZE: 1
# that are not meant to test them:
QUERY_PAGE_SIZE: 999999999

PULL_FROM_QUEUE: false
QUEUE_CONFIG:
type: aws_sqs
aws_sqs_config:
Expand Down

0 comments on commit 4dd15b3

Please sign in to comment.