diff --git a/test/integration/component/test_network_vpc_custom_dns.py b/test/integration/component/test_network_vpc_custom_dns.py index bb44d79697bc..3e891e06c5b2 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 @@ def test_01_verify_vpc_dns(self): 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 8cf44c7620b5..7251530d85e8 100644 --- a/test/integration/smoke/test_register_userdata.py +++ b/test/integration/smoke/test_register_userdata.py @@ -762,5 +762,3 @@ def test_deploy_vm_with_registered_userdata_with_override_policy_deny(self): self.apiclient, templateid=self.template.id ) - -