pierrejeambrun commented on code in PR #47381:
URL: https://github.com/apache/airflow/pull/47381#discussion_r2005712494
##########
tests/api_fastapi/core_api/routes/ui/test_structure.py:
##########
@@ -450,6 +279,196 @@ def test_should_return_200(self, test_client, params,
expected):
assert response.status_code == 200
assert response.json() == expected
+ @pytest.mark.usefixtures("make_dag")
+ def test_should_return_200_with_asset(self, test_client, asset3_id):
Review Comment:
Why did we separate out this test case ? We need an extra `asset3_id` ?
Maybe finding a way to keep that in the original parametrized test is cleaner
--
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]