python: tests: update all super calls to python 3 style in tests
[samba.git] / python / samba / tests / samba_tool / user_virtualCryptSHA.py
index 1a757e3816bca7231d2af00feb0492f5176a8cef..38b1c9375b826a9dc87bba889a6e72425d085602 100644 (file)
@@ -75,7 +75,7 @@ class UserCmdCryptShaTestCase(SambaToolCmdTest):
                        password)
 
     def tearDown(self):
-        super(UserCmdCryptShaTestCase, self).tearDown()
+        super().tearDown()
         self.runsubcmd("user", "delete", USER_NAME)
 
     def _get_password(self, attributes, decrypt=False):