Added action_plan.create|update|delete notifs
In this changeset, I added 3 notifications: - action_plan.create - action_plan.update - action_plan.delete Partially Implements: blueprint action-plan-versioned-notifications-api Change-Id: I8821fc6f47e7486037839d81bed9e28020b02fdd
This commit is contained in:
@@ -282,6 +282,7 @@ class TestAuditObjectSendNotifications(base.DbTestCase):
|
||||
def test_send_create_notification(self, m_create_audit):
|
||||
audit = objutils.get_test_audit(
|
||||
self.context,
|
||||
id=1,
|
||||
goal_id=self.fake_goal.id,
|
||||
strategy_id=self.fake_strategy.id,
|
||||
goal=self.fake_goal.as_dict(),
|
||||
|
||||
Reference in New Issue
Block a user