fix tests

add new cognito vars
This commit is contained in:
jay brown
2025-04-11 14:30:58 -07:00
parent f620118b59
commit 87d2dce06d
45 changed files with 17 additions and 4513 deletions
+4
View File
@@ -50,6 +50,10 @@ func createContainer(t testing.TB, ctx context.Context, cfg *containerConfig) (t
"AWS_ENDPOINT_URL_TEXTRACT": cfg.MockHTTP,
"AWS_S3_USE_PATH_STYLE": strconv.FormatBool(true),
"LOG_LEVEL": "DEBUG",
"COGNITO_USER_POOL_ID": "coguserpoolid",
"COGNITO_CLIENT_SECRET": "cogsecret",
"COGNITO_DOMAIN": "cogdomain",
"COGNITO_CLIENT_ID": "clientid",
}
if cfg.Env != nil {
for k, v := range cfg.Env {