Fix [H302] errors in heat_integrationtests
Change-Id: I116e55685e1ee11a0c58c9b33c00cfc0e9f42efe
diff --git a/scenario/test_volumes.py b/scenario/test_volumes.py
index a654f86..fe9ec03 100644
--- a/scenario/test_volumes.py
+++ b/scenario/test_volumes.py
@@ -12,7 +12,7 @@
import logging
import six
-from testtools.testcase import skip
+from testtools import testcase
from cinderclient import exceptions as cinder_exceptions
@@ -77,7 +77,8 @@
self._wait_for_stack_status(stack_identifier, 'CREATE_COMPLETE')
return stack, stack_identifier
- @skip('Skipped until failure rate can be reduced ref bug #1382300')
+ @testcase.skip('Skipped until failure rate '
+ 'can be reduced ref bug #1382300')
def test_cinder_volume_create_backup_restore(self):
"""Ensure the 'Snapshot' deletion policy works.