gmsantos commented on code in PR #23711:
URL: https://github.com/apache/airflow/pull/23711#discussion_r914256938


##########
tests/charts/test_basic_helm_chart.py:
##########
@@ -113,6 +113,84 @@ def test_basic_deployments(self, version):
                 "TEST-LABEL"
             ), f"Missing label TEST-LABEL on {k8s_name}. Current labels: 
{labels}"
 
+    @parameterized.expand(["2.3.2", "2.4.0", "default"])
+    def test_basic_deployment_with_standalone_scheduler(self, version):

Review Comment:
   ```suggestion
       def test_basic_deployment_with_standalone_dag_processor(self, version):
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to