Skip to content

Commit c69ebaf

Browse files
fix: remove capture_output kwarg from _run_command calls (breaking change in elementary#2125) (#942)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Itamar Hartstein <haritamar@gmail.com>
1 parent ae8cd38 commit c69ebaf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

integration_tests/tests/test_exposure_schema_validity.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def test_exposure_schema_validity_existing_exposure_yml_invalid(
3737
test_result = dbt_project.dbt_runner._run_command(
3838
command_args=["test", "-s", "tag:exposure_orders"],
3939
log_format="text",
40-
capture_output=True,
4140
quiet=True,
4241
log_output=False,
4342
)
@@ -54,7 +53,6 @@ def test_exposure_schema_validity_existing_exposure_yml_valid(
5453
assert run_result is True
5554
test_result = dbt_project.dbt_runner._run_command(
5655
command_args=["test", "-s", "tag:exposure_customers"],
57-
capture_output=True,
5856
quiet=True,
5957
log_output=False,
6058
)

0 commit comments

Comments
 (0)