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

ash 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 2589cedbfd0 Update count of example dags after #47052 removed some 
(#47058)
2589cedbfd0 is described below

commit 2589cedbfd0158b78503940b6feb37dcbc14e990
Author: Ash Berlin-Taylor <[email protected]>
AuthorDate: Tue Feb 25 13:44:30 2025 +0000

    Update count of example dags after #47052 removed some (#47058)
---
 tests/serialization/test_dag_serialization.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/serialization/test_dag_serialization.py 
b/tests/serialization/test_dag_serialization.py
index 8901e1aa835..acabdcf06d9 100644
--- a/tests/serialization/test_dag_serialization.py
+++ b/tests/serialization/test_dag_serialization.py
@@ -593,7 +593,7 @@ class TestStringifiedDAGs:
             self.validate_deserialized_dag(serialized_dag, dag)
 
         # Let's not be exact about this, but if everything fails to parse we 
should fail this test too
-        assert len(dags) >= 8
+        assert len(dags) >= 7
 
     @pytest.mark.db_test
     @pytest.mark.parametrize(

Reply via email to