This is an automated email from the ASF dual-hosted git repository.

onikolas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new cbdc98409e7 Fix system test `test_aws_auth_manager` (#51241)
cbdc98409e7 is described below

commit cbdc98409e7a6e2bf89c119aa07aee56c7c7ba76
Author: Vincent <[email protected]>
AuthorDate: Fri May 30 12:49:34 2025 -0400

    Fix system test `test_aws_auth_manager` (#51241)
---
 providers/amazon/tests/system/amazon/aws/tests/test_aws_auth_manager.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/providers/amazon/tests/system/amazon/aws/tests/test_aws_auth_manager.py 
b/providers/amazon/tests/system/amazon/aws/tests/test_aws_auth_manager.py
index 4b1bf63426d..2c60845e4b4 100644
--- a/providers/amazon/tests/system/amazon/aws/tests/test_aws_auth_manager.py
+++ b/providers/amazon/tests/system/amazon/aws/tests/test_aws_auth_manager.py
@@ -103,7 +103,7 @@ def create_avp_policy_store(env_id):
 def env_id():
     global env_id_cache
     if not env_id_cache:
-        env_id_cache = set_env_id()
+        env_id_cache = set_env_id("test_aws_auth_manager")
     return env_id_cache
 
 

Reply via email to