Merge "Clean up QoSSpecManageApiTest setup"
This commit is contained in:
commit
7521415802
@ -145,10 +145,7 @@ class QoSSpecManageApiTest(test.TestCase):
|
|||||||
self.flags(host='fake')
|
self.flags(host='fake')
|
||||||
self.controller = qos_specs_manage.QoSSpecsController()
|
self.controller = qos_specs_manage.QoSSpecsController()
|
||||||
|
|
||||||
#reset notifier drivers left over from other api/contrib tests
|
# Reset notifications for each test
|
||||||
# NOTE(flaper87) WTF? ^^^^ Cleanups should happen in each test,
|
|
||||||
# not the purpose of this patch, though.
|
|
||||||
fake_notifier.reset()
|
|
||||||
self.addCleanup(fake_notifier.reset)
|
self.addCleanup(fake_notifier.reset)
|
||||||
|
|
||||||
def test_index(self):
|
def test_index(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user