Skip to content

Commit

Permalink
add in passing test
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 committed Jun 10, 2024
1 parent ae16ab7 commit 305bf77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/warehouse_test/test_warehouses.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,6 @@ def project_config_update(self):
},
}

def test_snowflake_override_invalid(self, project):
def test_snowflake_warehouse_valid(self, project):
result = run_dbt(["run", "--models", "valid_warehouse"])
assert "DBT_TESTING" in result[0].node.config.get("snowflake_warehouse")

0 comments on commit 305bf77

Please sign in to comment.