summaryrefslogtreecommitdiffstats
path: root/tests/functional/authentication/test_auth_allow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/authentication/test_auth_allow.py')
-rw-r--r--tests/functional/authentication/test_auth_allow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/authentication/test_auth_allow.py b/tests/functional/authentication/test_auth_allow.py
index 41e0e78f5..194ea189c 100644
--- a/tests/functional/authentication/test_auth_allow.py
+++ b/tests/functional/authentication/test_auth_allow.py
@@ -36,7 +36,7 @@ class FuseAuthAllow(GlusterBaseClass):
"""
Create and start volume
"""
- GlusterBaseClass.setUpClass.im_func(cls)
+ cls.get_super_method(cls, 'setUpClass')()
# Create and start volume
g.log.info("Starting volume setup process %s", cls.volname)
ret = cls.setup_volume()