ephraimbuddy commented on a change in pull request #17425:
URL: https://github.com/apache/airflow/pull/17425#discussion_r683485929
##########
File path: tests/models/test_taskinstance.py
##########
@@ -2021,9 +1879,9 @@ def test_render_k8s_pod_yaml(self, pod_mutation_hook):
@mock.patch.dict(os.environ, {"AIRFLOW_IS_K8S_EXECUTOR_POD": "True"})
@mock.patch.object(RenderedTaskInstanceFields, 'get_k8s_pod_yaml')
- def test_get_rendered_k8s_spec(self, rtif_get_k8s_pod_yaml):
+ def test_get_rendered_k8s_spec(self, rtif_get_k8s_pod_yaml, dag_maker):
Review comment:
This test is failing, any ideas?
--
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]