Merge "Clean up test_receive_identityId"

This commit is contained in:
Jenkins 2016-05-09 14:05:04 +00:00 committed by Gerrit Code Review
commit b155387cdd
1 changed files with 0 additions and 3 deletions

View File

@ -1268,9 +1268,6 @@ class CADFNotificationsDataTestCase(test_v3.RestfulTestCase):
outcome = 'success'
event_type = 'identity.authenticate.created'
conf = self.useFixture(config_fixture.Config(CONF))
conf.config(notification_opt_out=event_type)
with mock.patch.object(notifications._get_notifier(),
'_notify') as mocked: