From: Zane Bitter Date: Thu, 17 Jan 2013 10:10:14 +0000 (+0100) Subject: Fix duplicate naming in unit tests X-Git-Tag: 2014.1~1003 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=bbb87d688b6ae5b9054453791e2880072d964e44;p=openstack-build%2Fheat-build.git Fix duplicate naming in unit tests This bug brought to you by the letters C and V. Change-Id: I375f628f3e36f4b1723dc8ccc99b0475a02c152c Signed-off-by: Zane Bitter --- diff --git a/heat/tests/test_api_openstack_v1.py b/heat/tests/test_api_openstack_v1.py index 2890c3ed..04cb100a 100644 --- a/heat/tests/test_api_openstack_v1.py +++ b/heat/tests/test_api_openstack_v1.py @@ -999,7 +999,7 @@ class ResourceControllerTest(ControllerTest, unittest.TestCase): resource_name=res_name) self.m.VerifyAll() - def test_show(self): + def test_metadata_show(self): res_name = 'WikiDatabase' stack_identity = identifier.HeatIdentifier(self.tenant, 'wordpress', '6')