From abcd7ebbf87464e46f7161bb991b8963d70a4784 Mon Sep 17 00:00:00 2001 From: Hannah Braswell <135030802+hbraswelrh@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:03:26 -0500 Subject: [PATCH] fix: update create command for e2e testing Changes made to use compdef_name reference instead of profile_name for model filter --- trestlebot/cli/commands/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trestlebot/cli/commands/create.py b/trestlebot/cli/commands/create.py index f37d5104..13871278 100644 --- a/trestlebot/cli/commands/create.py +++ b/trestlebot/cli/commands/create.py @@ -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(