This is an automated email from the ASF dual-hosted git repository.

rom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new dc91d07e29 fix test_create_backfill test: include reprocess_behavior 
parameter in assert (#43457)
dc91d07e29 is described below

commit dc91d07e298e5347ad77af25eb3533a13c71a883
Author: GPK <gopidesupa...@gmail.com>
AuthorDate: Tue Oct 29 07:31:05 2024 +0000

    fix test_create_backfill test: include reprocess_behavior parameter in 
assert (#43457)
---
 providers/tests/fab/auth_manager/api_endpoints/test_backfill_endpoint.py | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/providers/tests/fab/auth_manager/api_endpoints/test_backfill_endpoint.py 
b/providers/tests/fab/auth_manager/api_endpoints/test_backfill_endpoint.py
index 36244b0795..d09f94c465 100644
--- a/providers/tests/fab/auth_manager/api_endpoints/test_backfill_endpoint.py
+++ b/providers/tests/fab/auth_manager/api_endpoints/test_backfill_endpoint.py
@@ -220,6 +220,7 @@ class TestCreateBackfill(TestBackfillEndpoint):
             "from_date": from_date_iso,
             "id": mock.ANY,
             "is_paused": False,
+            "reprocess_behavior": "none",
             "max_active_runs": 5,
             "to_date": to_date_iso,
             "updated_at": mock.ANY,

Reply via email to