Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Dec 9, 2024
1 parent 080917d commit a0e68d2
Show file tree
Hide file tree
Showing 3 changed files with 11,614 additions and 2,274 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
types: [text]
args:
- --exclude-file=tests/sample/manifest_model_version.json
- --skip=**/manifest.json,**.min.js
- --skip=**/manifest.json,**.min.js,**/manifest_source.json
- -L connexion,aci
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
Expand Down
1 change: 0 additions & 1 deletion tests/dbt/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,6 @@ def test_load_via_dbt_ls_with_project_config_vars():
dbt_graph = DbtGraph(
project=ProjectConfig(
dbt_project_path=DBT_PROJECTS_ROOT_DIR / project_name,
dbt_vars={"animation_alias": "top_5_animated_movies"},
),
render_config=RenderConfig(
dbt_project_path=DBT_PROJECTS_ROOT_DIR / project_name,
Expand Down
Loading

0 comments on commit a0e68d2

Please sign in to comment.