flip feature flag

This commit is contained in:
jay brown
2025-04-14 15:40:01 -07:00
parent a50d935c33
commit 5aff28d1b6
3 changed files with 5 additions and 9 deletions
+1
View File
@@ -49,6 +49,7 @@ func createContainer(t testing.TB, ctx context.Context, cfg *containerConfig) (t
"AWS_ENDPOINT_URL_S3": cfg.Cfg.GetAWSEndpoint(),
"AWS_ENDPOINT_URL_TEXTRACT": cfg.MockHTTP,
"AWS_S3_USE_PATH_STYLE": strconv.FormatBool(true),
"DISABLE_AUTH": "true",
"LOG_LEVEL": "DEBUG",
"COGNITO_USER_POOL_ID": "coguserpoolid",
"COGNITO_CLIENT_SECRET": "cogsecret",