diff --git a/test/integration/component/test_network_vpc_custom_dns.py b/test/integration/component/test_network_vpc_custom_dns.py index bb44d79697b..3e891e06c5b 100644 --- a/test/integration/component/test_network_vpc_custom_dns.py +++ b/test/integration/component/test_network_vpc_custom_dns.py @@ -729,4 +729,3 @@ class TestVpcCustomDns(cloudstackTestCase): self.deployNetworkTierVm() self.checkVpcBasic() self.checkVpcRouter() - diff --git a/test/integration/smoke/test_register_userdata.py b/test/integration/smoke/test_register_userdata.py index 8cf44c7620b..7251530d85e 100644 --- a/test/integration/smoke/test_register_userdata.py +++ b/test/integration/smoke/test_register_userdata.py @@ -762,5 +762,3 @@ class TestRegisteredUserdata(cloudstackTestCase): self.apiclient, templateid=self.template.id ) - -