summaryrefslogtreecommitdiffstats
path: root/tests/functional/authentication/test_authentication_allow_blank.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/authentication/test_authentication_allow_blank.py')
-rw-r--r--tests/functional/authentication/test_authentication_allow_blank.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/authentication/test_authentication_allow_blank.py b/tests/functional/authentication/test_authentication_allow_blank.py
index d9b87ed5f..dab0baab3 100644
--- a/tests/functional/authentication/test_authentication_allow_blank.py
+++ b/tests/functional/authentication/test_authentication_allow_blank.py
@@ -44,7 +44,7 @@ class AuthAllowEmptyString(GlusterBaseClass):
g.log.info("Volume %s has been setup successfully", self.volname)
# Calling GlusterBaseClass Setup
- GlusterBaseClass.setUp.im_func(self)
+ self.get_super_method(self, 'setUp')()
def test_validate_authallow(self):
"""