python: tests: update all super calls to python 3 style in tests
[samba.git] / python / samba / tests / ntlm_auth.py
index 8a43d6e120951e0915b1d5684a973c2f234320e7..fc5fa206f5cd00c749cc822d68f38a1b5c5f9224 100644 (file)
@@ -25,7 +25,7 @@ from samba.common import get_string
 class NTLMAuthHelpersTests(NTLMAuthTestCase):
 
     def setUp(self):
-        super(NTLMAuthHelpersTests, self).setUp()
+        super().setUp()
         self.username = os.environ["DC_USERNAME"]
         self.password = os.environ["DC_PASSWORD"]
         self.domain = os.environ["DOMAIN"]