From 17015abd08391c6a97709e06daeeafb5600972ec Mon Sep 17 00:00:00 2001 From: Pankaj Date: Mon, 29 Jul 2024 15:54:06 +0530 Subject: [PATCH] Fix --- scripts/test/integration-kube.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test/integration-kube.sh b/scripts/test/integration-kube.sh index b0e4ac665..179987662 100644 --- a/scripts/test/integration-kube.sh +++ b/scripts/test/integration-kube.sh @@ -6,4 +6,5 @@ set -e pip install "astronomer-cosmos[dbt-postgres]" +airflow db reset -y pytest tests/test_example_dags.py::test_example_dag_k8s \ No newline at end of file