vizeit commented on code in PR #37001:
URL: https://github.com/apache/airflow/pull/37001#discussion_r1465835949


##########
tests/providers/cncf/kubernetes/operators/test_pod.py:
##########
@@ -179,7 +179,7 @@ def test_templates(self, create_task_instance_of_operator):
         assert dag_id == ti.task.arguments
         assert dag_id == ti.task.env_vars[0]
         assert dag_id == rendered.annotations["dag-id"]
-        assert dag_id == ti.task.configmaps[0]
+        assert dag_id == ti.task.env_from[0].config_map_ref.name

Review Comment:
   Which other sources? What is your concern? The change only applies to 
configmaps



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to