Merge "tests remove test_heatclient unnecessary mock"

This commit is contained in:
Jenkins 2014-02-07 02:53:41 +00:00 committed by Gerrit Code Review
commit c87bb2725a
1 changed files with 0 additions and 1 deletions

View File

@ -481,7 +481,6 @@ class KeystoneClientTest(HeatTestCase):
mock_credential.type = 'ec2'
# mock keystone client create function
self.mock_ks_v3_client.users = self.m.CreateMockAnything()
self.mock_ks_v3_client.credentials.create(
user='atestuser', type='ec2', data=ex_data_json,
project=ctx.tenant_id).AndReturn(mock_credential)