summaryrefslogtreecommitdiffstats
path: root/tests/functional/snapshot/test_auto_delete.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/snapshot/test_auto_delete.py')
-rw-r--r--tests/functional/snapshot/test_auto_delete.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/snapshot/test_auto_delete.py b/tests/functional/snapshot/test_auto_delete.py
index db8a50f0e..40f729f4a 100644
--- a/tests/functional/snapshot/test_auto_delete.py
+++ b/tests/functional/snapshot/test_auto_delete.py
@@ -117,7 +117,7 @@ class DeleteSnapTests(GlusterBaseClass):
def tearDown(self):
# Calling GlusterBaseClass tearDown
- GlusterBaseClass.tearDown.im_func(self)
+ self.get_super_method(self, 'tearDown')()
# disabling auto-delete
cmd = "gluster snapshot config auto-delete disable"