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

potiuk 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 3b47f04  fix deprecation warning in test_default_views.py (#22346)
3b47f04 is described below

commit 3b47f048e9c9d08ddbefa233c5ff8ae6b8860c0b
Author: eladkal <[email protected]>
AuthorDate: Sat Mar 19 09:55:34 2022 +0200

    fix deprecation warning in test_default_views.py (#22346)
---
 tests/dags/test_default_views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/dags/test_default_views.py b/tests/dags/test_default_views.py
index f30177f..ca51c10 100644
--- a/tests/dags/test_default_views.py
+++ b/tests/dags/test_default_views.py
@@ -24,7 +24,7 @@ tree_dag = DAG(
     dag_id='test_tree_view',
     default_args=args,
     schedule_interval='0 0 * * *',
-    default_view='tree',
+    default_view='grid',
 )
 
 graph_dag = DAG(

Reply via email to