Skip to content

Commit a3905b3

Browse files
committed
fix test
1 parent 924f5fe commit a3905b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ tasks:
9797
- func: run tests
9898
vars:
9999
TEST_NAME: auth_aws
100-
SUB_TEST_NAME: web-identity-session-name
100+
SUB_TEST_NAME: web-identity
101101
PYTHON_VERSION: "3.10"
102102
AWS_ROLE_SESSION_NAME: test
103103
tags: [auth-aws, auth-aws-web-identity]

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def create_aws_tasks():
754754
name = get_task_name(f"{base_name}-{test_type}", python=python)
755755
test_vars = dict(TEST_NAME="auth_aws", SUB_TEST_NAME=test_type, PYTHON_VERSION=python)
756756
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
758758
test_vars["AWS_ROLE_SESSION_NAME"] = "test"
759759
tags = [*base_tags, f"auth-aws-{test_type}"]
760760
test_func = FunctionCall(func="run tests", vars=test_vars)

0 commit comments

Comments
 (0)