Merge "TestRandomString was calling the wrong setUp"
This commit is contained in:
commit
ea117e51b7
@ -42,7 +42,7 @@ Resources:
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(HeatTestCase, self).setUp()
|
super(TestRandomString, self).setUp()
|
||||||
self.ctx = utils.dummy_context()
|
self.ctx = utils.dummy_context()
|
||||||
|
|
||||||
def create_stack(self, template):
|
def create_stack(self, template):
|
||||||
|
Loading…
Reference in New Issue
Block a user