From d5224d42add3fed6dc3a5042ce5201ccb1bd2aab Mon Sep 17 00:00:00 2001 From: Pankaj Date: Tue, 23 Jul 2024 01:14:33 +0530 Subject: [PATCH] Fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4916653c2..90a39e731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -157,7 +157,7 @@ freeze = "pip freeze" test = 'sh scripts/test/unit.sh' test-cov = 'sh scripts/test/unit-cov.sh' test-integration = 'sh scripts/test/integration.sh' -test-kubernetes = "sh script/test/integration-kube.sh" +test-kubernetes = "sh scripts/test/integration-kube.sh" test-integration-dbt-1-5-4 = 'sh scripts/test/integration-dbt-1-5-4.sh' test-integration-expensive = 'sh scripts/test/integration-expensive.sh' test-integration-setup = 'sh scripts/test/integration-setup.sh'