diff --git a/src/audit/app.py b/src/audit/app.py index de15ed8..ee5c8dd 100644 --- a/src/audit/app.py +++ b/src/audit/app.py @@ -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() diff --git a/tests/test-audit-service-config.yaml b/tests/test-audit-service-config.yaml index b34b54e..39b7907 100644 --- a/tests/test-audit-service-config.yaml +++ b/tests/test-audit-service-config.yaml @@ -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: