pierrejeambrun commented on code in PR #57450:
URL: https://github.com/apache/airflow/pull/57450#discussion_r2481189262
##########
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_dags.py:
##########
@@ -995,7 +995,7 @@ def test_dag_details_with_view_url_template(
"is_paused_upon_creation": None,
"latest_dag_version": {
"bundle_name": "dag_maker",
- "bundle_url": "http://test_host.github.com/tree/None/dags",
Review Comment:
Because for this test, the DagVersion.bundle_version is not defined, which
is normal. Other tests are checking that this behaves properly when
bundle_version is defined.
`http://test_host.github.com/tree/None/dags` didn't make any sense anyway,
url wouldn't be valid.
--
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]