summaryrefslogtreecommitdiffstats
path: root/tests/functional/authentication/test_auth_reject_allow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/authentication/test_auth_reject_allow.py')
-rw-r--r--tests/functional/authentication/test_auth_reject_allow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/authentication/test_auth_reject_allow.py b/tests/functional/authentication/test_auth_reject_allow.py
index 9dd519f1d..083b08e1b 100644
--- a/tests/functional/authentication/test_auth_reject_allow.py
+++ b/tests/functional/authentication/test_auth_reject_allow.py
@@ -40,7 +40,7 @@ class FuseAuthRejectAllow(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()