diff --git a/core/dbt/parser/unit_tests.py b/core/dbt/parser/unit_tests.py index 47240dc8348..416146c115c 100644 --- a/core/dbt/parser/unit_tests.py +++ b/core/dbt/parser/unit_tests.py @@ -149,11 +149,7 @@ def parse_unit_test_case(self, test_case: UnitTestDefinition): } resource_type = original_input_node.resource_type - if resource_type in ( - NodeType.Model, - NodeType.Seed, - NodeType.Snapshot, - ): + if resource_type in (NodeType.Model): input_node = ModelNode( **common_fields,