potiuk commented on code in PR #30623:
URL: https://github.com/apache/airflow/pull/30623#discussion_r1167467845


##########
tests/charts/test_dag_processor.py:
##########
@@ -549,3 +550,8 @@ def test_should_add_component_specific_annotations(self):
         )
         assert "annotations" in jmespath.search("metadata", docs[0])
         assert jmespath.search("metadata.annotations", 
docs[0])["test_annotation"] == "test_annotation_value"
+
+
+class TestDagProcessorLogGroomer(LogGroomerTestBase):
+    obj_name = "dag-processor"
+    folder = "dag-processor"

Review Comment:
   This will likely fail static checks



-- 
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