diff --git a/helm-tests/tests/helm_tests/airflow_core/test_worker.py b/helm-tests/tests/helm_tests/airflow_core/test_worker.py index 944ee8cd4cf19..bdb386194468f 100644 --- a/helm-tests/tests/helm_tests/airflow_core/test_worker.py +++ b/helm-tests/tests/helm_tests/airflow_core/test_worker.py @@ -1249,7 +1249,7 @@ def test_should_add_component_specific_labels(self): "labels": {"test_label": "test_label_value"}, }, }, - show_only=["templates/workers/worker-service.yaml"], + show_only=["templates/workers/worker-serviceaccount.yaml"], ) assert "test_label" in jmespath.search("metadata.labels", docs[0])