Merge "[AIM] Fix teardown in NotificationTest"

This commit is contained in:
Zuul 2019-03-01 19:32:33 +00:00 committed by Gerrit Code Review
commit 6b675b6e52
1 changed files with 2 additions and 0 deletions

View File

@ -4584,6 +4584,8 @@ class NotificationTest(AIMBaseTestCase):
local_api._enqueue = self.orig_enqueue
local_api.send_or_queue_notification = (
self.orig_send_or_queue_notification)
local_api.send_or_queue_registry_notification = (
self.orig_send_or_queue_registry_notification)
local_api.post_notifications_from_queue = (
self.orig_post_notifications_from_queue)
local_api.discard_notifications_after_rollback = (