Remove mox from test_event

Change-Id: I86b8661ea6a3c42016d930d2e75c3e6d8bd8a2da
goal: mox-removal
This commit is contained in:
rabi 2018-03-22 15:01:18 +05:30
parent cf3d1f18c3
commit 3e7a035426
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ class EventCommon(common.HeatTestCase):
self.ctx = utils.dummy_context()
self.m.ReplayAll()
self.stack = stack.Stack(self.ctx, 'event_load_test_stack',
template.Template(the_tmpl))
self.stack.store()