aboutsummaryrefslogtreecommitdiffstats
path: root/functest/tests/unit/openstack/vmtp/test_vmtp.py
diff options
context:
space:
mode:
Diffstat (limited to 'functest/tests/unit/openstack/vmtp/test_vmtp.py')
-rw-r--r--functest/tests/unit/openstack/vmtp/test_vmtp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/functest/tests/unit/openstack/vmtp/test_vmtp.py b/functest/tests/unit/openstack/vmtp/test_vmtp.py
index fcbb0c46b..c1ad30afd 100644
--- a/functest/tests/unit/openstack/vmtp/test_vmtp.py
+++ b/functest/tests/unit/openstack/vmtp/test_vmtp.py
@@ -74,7 +74,6 @@ class VmtpTesting(unittest.TestCase):
@mock.patch('six.moves.builtins.open')
def test_generate_keys2(self, *args):
- # pylint: disable=bad-continuation
with mock.patch.object(
self.testcase.cloud, "create_keypair",
side_effect=shade.OpenStackCloudException(None)) as mock_obj, \