jedcunningham commented on code in PR #45982:
URL: https://github.com/apache/airflow/pull/45982#discussion_r1927980763
##########
tests/dag_processing/test_dag_bundles.py:
##########
@@ -431,6 +429,7 @@ def test_view_url(self, mock_gitrepo, repo_url,
expected_url, session):
name="test",
tracking_ref="main",
)
+ bundle.initialize()
Review Comment:
We can't initialize the bundle in order to show the url - we definitely
don't want to be pulling dag files down on the webserver, for example!
--
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]