diff --git a/dagger/run_dbt_spark_tests.py b/dagger/run_dbt_spark_tests.py index a910d706c..828c39381 100644 --- a/dagger/run_dbt_spark_tests.py +++ b/dagger/run_dbt_spark_tests.py @@ -128,7 +128,6 @@ async def test_spark(test_args): tst_container.with_workdir("/") .with_directory("src/tests", test_dir) .with_workdir("/src") - .with_workdir("/src") ) if test_profile == "apache_spark":