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'