pierrejeambrun commented on code in PR #44701: URL: https://github.com/apache/airflow/pull/44701#discussion_r1871930481
########## tests/api_fastapi/core_api/routes/ui/test_structure.py: ########## @@ -51,8 +52,15 @@ def make_dag(dag_maker, session, time_machine): serialized=True, session=session, start_date=pendulum.DateTime(2023, 2, 1, 0, 0, 0, tzinfo=pendulum.UTC), + schedule=( + Asset(uri="s3://bucket/next-run-asset/1", name="asset1") + & Asset(uri="s3://bucket/next-run-asset/2", name="asset2") + & AssetAlias("example-alias") + ), Review Comment: I am having trouble testing the `Trigger`. I seems to work when I use the application, but in test, the dependency seems to not be resolved. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org