Correct stack_object.Stack get_all mock

Change-Id: I87ecb1cc4fe8459d63389d8cd0fa2799673f28a3
This commit is contained in:
huangtianhua 2015-04-09 16:34:31 +08:00
parent af053589f7
commit bf550dc376
1 changed files with 1 additions and 1 deletions

View File

@ -3349,7 +3349,7 @@ class StackServiceTest(common.HeatTestCase):
@mock.patch('heat.engine.service.ThreadGroupManager',
return_value=mock.Mock())
@mock.patch.object(service_objects.Stack, 'get_all')
@mock.patch.object(stack_object.Stack, 'get_all')
@mock.patch('heat.engine.stack_lock.StackLock',
return_value=mock.Mock())
@mock.patch.object(parser.Stack, 'load')