diff --git a/test/integration/component/test_ps_resize_volume.py b/test/integration/component/test_ps_resize_volume.py index c854f05fd02..cddd6f88656 100644 --- a/test/integration/component/test_ps_resize_volume.py +++ b/test/integration/component/test_ps_resize_volume.py @@ -91,9 +91,9 @@ class TestResizeVolume(cloudstackTestCase): cls.hypervisor = str(get_hypervisor_type(cls.api_client)).lower() # Creating service offering with normal config - cls.service_offering = ServiceOffering.create(cls.api_client, - cls.services["\ - service_offering"]) + cls.service_offering = ServiceOffering.create( + cls.api_client, + cls.services["service_offering"]) cls._cleanup.append(cls.service_offering) cls.services["disk_offering"]["disksize"] = 5