From bbb87d688b6ae5b9054453791e2880072d964e44 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Thu, 17 Jan 2013 11:10:14 +0100 Subject: [PATCH] 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 --- heat/tests/test_api_openstack_v1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.45.2