fix bug: execute_mistral action always called with the same attribute value
Story: 2005289 Task: 30159 Depends-On: Ia7c12168c10c84e1bfc38fd1b70b8b987f6ed8af Change-Id: Iba9978b9f387a9c3d6daa44ed0011cb3632cdbfd
This commit is contained in:
parent
acea43a6f0
commit
259a7c6b31
@ -293,7 +293,7 @@ class ScenarioEvaluator(object):
|
||||
return ActionSpecs(action_spec.id,
|
||||
action_spec.type,
|
||||
real_items,
|
||||
action_spec.properties)
|
||||
copy.deepcopy(action_spec.properties))
|
||||
|
||||
@staticmethod
|
||||
def _generate_action_id(action_spec):
|
||||
|
Loading…
Reference in New Issue
Block a user