CLOUDSTACK-7022: Fixed typo

This commit is contained in:
Ashutosh K 2014-07-17 00:11:02 -04:00 committed by Girish Shilamkar
parent 3b76278b97
commit 4bab99972f
1 changed files with 1 additions and 1 deletions

View File

@ -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"],