Skip to content

Commit 72c501b

Browse files
committed
Use dummy postgres config
1 parent 0548c99 commit 72c501b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dbt/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ def test_load_model_dbt_node_name(tmp_path: Path) -> None:
875875
assert model.dbt_name == "model.test_project.simple_model"
876876

877877

878-
def test_jinja_config_no_query(tmp_path, create_empty_project):
878+
def test_jinja_config_no_query(tmp_path, create_empty_project, dbt_dummy_postgres_config):
879879
project_dir, model_dir = create_empty_project()
880880

881881
# model definition contains only a comment and non-SQL jinja

0 commit comments

Comments
 (0)