Skip to content

Commit

Permalink
fix: update create command for e2e testing
Browse files Browse the repository at this point in the history
Changes made to  use compdef_name reference instead of profile_name for model filter
  • Loading branch information
hbraswelrh authored Dec 20, 2024
1 parent 6e70243 commit abcd7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trestlebot/cli/commands/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def compdef_cmd(
transformer: ToRulesYAMLTransformer = ToRulesYAMLTransformer()

model_filter: ModelFilter = ModelFilter(
[], [profile_name, component_title, f"{const.RULE_PREFIX}*"]
[], [compdef_name, component_title, f"{const.RULE_PREFIX}*"]
)

rule_transform_task: RuleTransformTask = RuleTransformTask(
Expand Down

0 comments on commit abcd7eb

Please sign in to comment.