fix bug: execute_mistral action always called with the same attribute value

Story: 2005289
Task: 30159
Depends-On: Ia7c12168c10c84e1bfc38fd1b70b8b987f6ed8af

Change-Id: Iba9978b9f387a9c3d6daa44ed0011cb3632cdbfd
(cherry picked from commit 259a7c6b31)
This commit is contained in:
hoa ngo 2019-03-26 08:26:58 +07:00
parent 86ec2e2845
commit d65557e5ce
1 changed files with 1 additions and 1 deletions

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