Merge "Correct stack_object.Stack get_all mock"

This commit is contained in:
Jenkins 2015-04-09 16:27:20 +00:00 committed by Gerrit Code Review
commit 988e6667de
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')