Skip to content

Commit

Permalink
Remove circular dependency on test
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Dec 4, 2024
1 parent 10cc78b commit 4075ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/dag_factory_kubernetes_pod_operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ example_dag:
task_id: 'passing-task'
get_logs: True
in_cluster: False
dependencies: ['task_1']
dependencies: []
task_2:
operator: airflow.contrib.operators.kubernetes_pod_operator.KubernetesPodOperator
namespace: 'default'
Expand Down

0 comments on commit 4075ccc

Please sign in to comment.