diff --git a/backend/infrahub/dependencies/builder/constraint/grouped/node_runner.py b/backend/infrahub/dependencies/builder/constraint/grouped/node_runner.py index 8c082de1df..e2b3f0e728 100644 --- a/backend/infrahub/dependencies/builder/constraint/grouped/node_runner.py +++ b/backend/infrahub/dependencies/builder/constraint/grouped/node_runner.py @@ -15,7 +15,7 @@ def build(cls, context: DependencyBuilderContext) -> NodeConstraintRunner: db=context.db, branch=context.branch, node_constraints=[ - NodeAttributeUniquenessConstraintDependency.build(context=context), + NodeAttributeUniquenessConstraintDependency.build(context=context), # NOTE we probably don't need this Checker, it's redundant with NodeGroupedUniquenessConstraintDependency NodeGroupedUniquenessConstraintDependency.build(context=context), ], relationship_manager_constraints=[