Skip to content

Commit

Permalink
Mark as integrationt test that relies on dbt
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jul 18, 2023
1 parent d2a354f commit 3f171db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dbt/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def test_load_via_dbt_ls_with_invalid_dbt_path():
assert err_info.value.args[0].startswith(expected)


@pytest.mark.integration
@patch("cosmos.dbt.graph.Popen.communicate", return_value=("Some Runtime Error", ""))
def test_load_via_dbt_ls_with_runtime_error_in_stdout(mock_popen_communicate):
# It may seem strange, but at least until dbt 1.6.0, there are circumstances when it outputs errors to stdout
Expand Down

0 comments on commit 3f171db

Please sign in to comment.