From 4bab99972f5e87bb6059f34cd0a302db703342f7 Mon Sep 17 00:00:00 2001 From: Ashutosh K Date: Thu, 17 Jul 2014 00:11:02 -0400 Subject: [PATCH] CLOUDSTACK-7022: Fixed typo --- test/integration/component/test_usage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_usage.py b/test/integration/component/test_usage.py index 4f9d1d73a41..fe80da7ffd6 100644 --- a/test/integration/component/test_usage.py +++ b/test/integration/component/test_usage.py @@ -1480,7 +1480,7 @@ class TestVpnUsage(cloudstackTestCase): cls.api_client, cls.services["service_offering"] ) - cls._cleanup.append(cls.sevice_offering) + cls._cleanup.append(cls.service_offering) cls.virtual_machine = VirtualMachine.create( cls.api_client, cls.services["server"],