fix unit tests and pep8
This commit is contained in:
@@ -21,7 +21,8 @@ class Helper(test_utils.PatchHelper):
|
|||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super().setUp()
|
super().setUp()
|
||||||
self.patch_release(cinder_backup_swift_proxy.CinderBackupSwiftCharm.release)
|
self.patch_release(
|
||||||
|
cinder_backup_swift_proxy.CinderBackupSwiftCharm.release)
|
||||||
|
|
||||||
|
|
||||||
class TestCinderBackupSwiftCharm(Helper):
|
class TestCinderBackupSwiftCharm(Helper):
|
||||||
|
Reference in New Issue
Block a user