Skip to content

Commit

Permalink
Use stricter case for test to guarantee as far as possible dbt_projec…
Browse files Browse the repository at this point in the history
…t.yml is irrelevant
  • Loading branch information
VersusFacit committed Oct 24, 2024
1 parent 47b19ff commit b4db99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/adapter/columns/test_get_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def models(self):
@pytest.fixture(scope="class", autouse=True)
def setup(self, project):
# debug uses different rules for managing project flags than run
util.run_dbt(["debug"])
util.run_dbt(["debug", "--connection"])

util.run_dbt(["run"])

Expand Down

0 comments on commit b4db99a

Please sign in to comment.