Merge "explicitly set the notifier type in unit tests"

This commit is contained in:
Zuul 2018-04-11 09:28:03 +00:00 committed by Gerrit Code Review
commit 29c31206ea
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class NotifyEventsTest(base.NotifierTestCase):
self.publishers['noop'].publish.reset_mock()
del EVENT_LOGS[:]
cfg.CONF.set_default('type', 'local', group='notifier')
def tearDown(self):
cfg.CONF.set_default('notify', None, group='notifier')