File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 97
97
- func : run tests
98
98
vars :
99
99
TEST_NAME : auth_aws
100
- SUB_TEST_NAME : web-identity-session-name
100
+ SUB_TEST_NAME : web-identity
101
101
PYTHON_VERSION : " 3.10"
102
102
AWS_ROLE_SESSION_NAME : test
103
103
tags : [auth-aws, auth-aws-web-identity]
Original file line number Diff line number Diff line change @@ -754,7 +754,7 @@ def create_aws_tasks():
754
754
name = get_task_name (f"{ base_name } -{ test_type } " , python = python )
755
755
test_vars = dict (TEST_NAME = "auth_aws" , SUB_TEST_NAME = test_type , PYTHON_VERSION = python )
756
756
if test_type == "web-identity-session-name" :
757
- test_type = "web-identity" # noqa:PLW2901
757
+ test_type = test_vars [ "SUB_TEST_NAME" ] = "web-identity" # noqa:PLW2901
758
758
test_vars ["AWS_ROLE_SESSION_NAME" ] = "test"
759
759
tags = [* base_tags , f"auth-aws-{ test_type } " ]
760
760
test_func = FunctionCall (func = "run tests" , vars = test_vars )
You can’t perform that action at this time.
0 commit comments