Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatajagannath committed Jun 7, 2024
1 parent 9a85335 commit b93b9e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/dags/test_dag_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit b93b9e2

Please sign in to comment.