Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit f71c6c5

Browse files
committed
revert project_path change
1 parent 33d2c5d commit f71c6c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_dbt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ class TestDbtDiffer(unittest.TestCase):
407407
# Set DATA_DIFF_DBT_PROJ to use your own dbt project, otherwise uses the duckdb project in tests/dbt_artifacts
408408
def test_integration_basic_dbt(self):
409409
artifacts_path = os.getcwd() + "/tests/dbt_artifacts"
410-
test_project_path = artifacts_path
410+
test_project_path = os.environ.get("DATA_DIFF_DBT_PROJ") or artifacts_path
411411
diff = run_datadiff_cli(
412412
"--dbt", "--dbt-project-dir", test_project_path, "--dbt-profiles-dir", test_project_path
413413
)

0 commit comments

Comments
 (0)