Skip to content

Commit

Permalink
temporary fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Feb 28, 2024
1 parent 9c2ede8 commit d54c89e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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: 1 addition & 0 deletions tests/test-audit-service-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ DB_DATABASE: audit_test
# 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 d54c89e

Please sign in to comment.