mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7022: Fixed typo
This commit is contained in:
parent
3b76278b97
commit
4bab99972f
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue