Skip to content

Commit

Permalink
Fix parsing test nodes when using the custom load method (LoadMethod.…
Browse files Browse the repository at this point in the history
…CUSTOM) (#563)

This PR fixes parsing test nodes when using LoadMethod.CUSTOM, since it didn't return any test nodes.
This issue surfaced after #543.

Closes: #561
(cherry picked from commit 0123c3e)
  • Loading branch information
raffifu authored and tatiana committed Sep 28, 2023
1 parent a733d36 commit 57d4d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/dbt/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,3 @@ def test_update_node_dependency_test_not_exist():

for _, nodes in dbt_graph.filtered_nodes.items():
assert nodes.has_test is False

0 comments on commit 57d4d33

Please sign in to comment.