Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek1weiss committed May 27, 2024
1 parent 9f390cf commit 8d19c21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration_tests/tests/test_dbt_artifacts/test_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ def test_source_freshness_results(test_id: str, dbt_project: DbtProject):
}
],
}
) as source_freshness_file:
print(source_freshness_file.read_text())
):
dbt_project.dbt_runner.source_freshness()
dbt_project.read_table(
"dbt_source_freshness_results",
Expand Down

0 comments on commit 8d19c21

Please sign in to comment.