Commit 5b0d256b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common - Tools - Object Factory:

- Fixed factory method for Policy Rule
parent 0436b9e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ def json_policyrule(
            'policyRuleStateMessage': policy_state_message,
        },
        'priority': policy_priority,
        'kpiId': policy_kpi_id,
        'kpiId': {'kpi_id': {'uuid': policy_kpi_id}},
        'actionList': action_list,
    }