uranusjr commented on code in PR #41325:
URL: https://github.com/apache/airflow/pull/41325#discussion_r1832446018


##########
tests/api_fastapi/core_api/routes/ui/test_assets.py:
##########
@@ -47,5 +47,5 @@ def test_next_run_assets(test_client, dag_maker):
     assert response.status_code == 200
     assert response.json() == {
         "asset_expression": {"all": ["s3://bucket/key/1"]},
-        "events": [{"id": 17, "uri": "s3://bucket/key/1", "lastUpdate": None}],
+        "events": [{"id": 20, "uri": "s3://bucket/key/1", "lastUpdate": None}],

Review Comment:
   Why does this change?



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