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:
hoa ngo 2019-03-26 08:26:58 +07:00 committed by Ifat Afek
parent acea43a6f0
commit 259a7c6b31

View File

@ -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):