diff --git a/src/audit/app.py b/src/audit/app.py index ee5c8dd..de15ed8 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 4870d53..3bed5c8 100644 --- a/tests/test-audit-service-config.yaml +++ b/tests/test-audit-service-config.yaml @@ -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: