shahar1 commented on code in PR #61833:
URL: https://github.com/apache/airflow/pull/61833#discussion_r2812753804


##########
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_dag_run.py:
##########
@@ -1541,8 +1541,20 @@ def _dags_for_trigger_tests(self, session=None):
         )
         import_errors_dag.has_import_errors = True
 
+        deny_manual_dag = DagModel(
+            dag_id="deny_manual",
+            bundle_name="testing",
+            fileloc="/tmp/dag_del_3.py",

Review Comment:
   nit:
   ```suggestion
           allowed_scheduled_dag = DagModel(
               dag_id="allowed_scheduled",
               bundle_name="testing",
               fileloc="/tmp/dag_del_3.py",
   ```



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