This is an automated email from the ASF dual-hosted git repository.
vincbeck 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 415b31b543a Fix AWS system test names (#49791)
415b31b543a is described below
commit 415b31b543ac9d3425a1e2e5c02dbacb7157a499
Author: Vincent <[email protected]>
AuthorDate: Fri Apr 25 12:24:28 2025 -0400
Fix AWS system test names (#49791)
---
providers/amazon/tests/system/amazon/aws/example_dynamodb.py | 2 +-
.../amazon/tests/system/amazon/aws/example_redshift_s3_transfers.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/providers/amazon/tests/system/amazon/aws/example_dynamodb.py
b/providers/amazon/tests/system/amazon/aws/example_dynamodb.py
index 747a7ee877f..64d65a2449b 100644
--- a/providers/amazon/tests/system/amazon/aws/example_dynamodb.py
+++ b/providers/amazon/tests/system/amazon/aws/example_dynamodb.py
@@ -31,7 +31,7 @@ from system.amazon.aws.utils import ENV_ID_KEY,
SystemTestContextBuilder
# TODO: FIXME The argument types here seems somewhat tricky to fix
# mypy: disable-error-code="arg-type"
-DAG_ID = "example_dynamodbvaluesensor"
+DAG_ID = "example_dynamodb"
sys_test_context_task = SystemTestContextBuilder().build()
PK_ATTRIBUTE_NAME = "PK"
diff --git
a/providers/amazon/tests/system/amazon/aws/example_redshift_s3_transfers.py
b/providers/amazon/tests/system/amazon/aws/example_redshift_s3_transfers.py
index c6fa8678ccc..c3bcdc8b12d 100644
--- a/providers/amazon/tests/system/amazon/aws/example_redshift_s3_transfers.py
+++ b/providers/amazon/tests/system/amazon/aws/example_redshift_s3_transfers.py
@@ -38,7 +38,7 @@ from airflow.utils.trigger_rule import TriggerRule
from system.amazon.aws.utils import ENV_ID_KEY, SystemTestContextBuilder
-DAG_ID = "example_redshift_to_s3"
+DAG_ID = "example_redshift_s3_transfers"
# Externally fetched variables:
SECURITY_GROUP_KEY = "SECURITY_GROUP"