diff --git a/tests/dags/test_dag_example.py b/tests/dags/test_dag_example.py index d4a126a..0ea5067 100644 --- a/tests/dags/test_dag_example.py +++ b/tests/dags/test_dag_example.py @@ -36,7 +36,6 @@ def strip_path_prefix(path): def test_dag_runs(dag_id, dag, fileloc): with create_session() as session: - create_default_connections(session) conn = Connection(conn_id="anyscale_conn", conn_type="anyscale", password=os.getenv("ANYSCALE_CLI_TOKEN"))