tests : fix cut/paste test name shadowing

Fix test class duplication

Change-Id: I4ff21b60ad6c70d8d4563db54c9afd83f59d6957
This commit is contained in:
Steven Hardy 2013-06-03 23:57:33 +01:00
parent 73a9d36bb6
commit 3ad139958f
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from heat.tests.common import HeatTestCase
from heat.api.aws import utils as api_utils
class AWSCommon(HeatTestCase):
class AWSCommonTest(HeatTestCase):
'''
Tests the api/aws common componenents
'''

View File

@ -25,7 +25,7 @@ from heat.common.wsgi import Request
from heat.api.aws import ec2token
class AWSCommon(HeatTestCase):
class Ec2TokenTest(HeatTestCase):
'''
Tests the Ec2Token middleware
'''